Revision: 249
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=249&view=rev
Author: yurand
Date: 2008-10-23 23:48:27 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
geanyVC: Tagging of 0.4 release
Added Paths:
-----------
tags/geanyvc/geanyvc-0.4/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 247
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=247&view=rev
Author: yurand
Date: 2008-10-23 23:33:29 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
geanyprj: Updated README, added missing IUSE in ebuild
Modified Paths:
--------------
trunk/geanyprj/README
trunk/geanyprj/install/ebuild.in
Modified: trunk/geanyprj/README
===================================================================
--- trunk/geanyprj/README 2008-10-23 23:32:45 UTC (rev 246)
+++ trunk/geanyprj/README 2008-10-23 23:33:29 UTC (rev 247)
@@ -10,7 +10,7 @@
=====
geanyprj is alternative project manager for Geany fast light IDE. In order to use it
-you need Geany 0.14.
+you need Geany 0.15.
Why it was created?
-------------------
Modified: trunk/geanyprj/install/ebuild.in
===================================================================
--- trunk/geanyprj/install/ebuild.in 2008-10-23 23:32:45 UTC (rev 246)
+++ trunk/geanyprj/install/ebuild.in 2008-10-23 23:33:29 UTC (rev 247)
@@ -8,6 +8,7 @@
LICENSE="GPL-3"
SLOT="0"
+IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-util/geany-0.15"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 246
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=246&view=rev
Author: yurand
Date: 2008-10-23 23:32:45 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
geanydoc: Fixed header and added missing IUSE ebuild.
Modified Paths:
--------------
trunk/geanydoc/install/ebuild.in
Modified: trunk/geanydoc/install/ebuild.in
===================================================================
--- trunk/geanydoc/install/ebuild.in 2008-10-23 22:50:41 UTC (rev 245)
+++ trunk/geanydoc/install/ebuild.in 2008-10-23 23:32:45 UTC (rev 246)
@@ -1,5 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Header: $
DESCRIPTION="Plugin for Geany IDE that execute specified commands for the word at the cursor"
HOMEPAGE="http://geany-plugins.sourceforge.net/geanydoc/"
@@ -7,6 +8,7 @@
LICENSE="GPL-3"
SLOT="0"
+IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-util/geany-0.15"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 240
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=240&view=rev
Author: yurand
Date: 2008-10-22 22:36:49 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
geanydoc: update distribution scripts
Modified Paths:
--------------
trunk/geanydoc/install/PKGBUILD.in
trunk/geanydoc/install/ebuild.in
trunk/geanydoc/install/setup.nsi.in
Modified: trunk/geanydoc/install/PKGBUILD.in
===================================================================
--- trunk/geanydoc/install/PKGBUILD.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/PKGBUILD.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -1,12 +1,13 @@
# Contributor: Yura Siamashka <yurand2(a)gmail.com>
+
pkgname=geanydoc
pkgver=VERSION
pkgrel=1
pkgdesc="Plugin for Geany IDE that execute specified commands for the word at the cursor"
arch=(i686 x86_64)
-url="http://users.cosmostv.by/yurand/geanydoc/"
+url="http://geany-plugins.sourceforge.net/geanydoc/"
license=("GPL3")
-depends=('geany>=0.14')
+depends=('geany>=0.15')
makedepends=()
conflicts=()
replaces=()
Modified: trunk/geanydoc/install/ebuild.in
===================================================================
--- trunk/geanydoc/install/ebuild.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/ebuild.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Plugin for Geany IDE that execute specified commands for the word at the cursor"
-HOMEPAGE="http://users.cosmostv.by/yurand/geanydoc/"
+HOMEPAGE="http://geany-plugins.sourceforge.net/geanydoc/"
SRC_URI="http://users.cosmostv.by/yurand/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=dev-util/geany-0.14"
+RDEPEND=">=dev-util/geany-0.15"
DEPEND="${RDEPEND}"
Modified: trunk/geanydoc/install/setup.nsi.in
===================================================================
--- trunk/geanydoc/install/setup.nsi.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/setup.nsi.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -21,7 +21,7 @@
Function .onInit
ReadRegStr $R0 "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Geany" "UninstallString"
StrCmp $R0 "" warning
- ${StrRep} $INSTDIR $R0 "uninst.exe" "plugins"
+ ${StrRep} $INSTDIR $R0 "uninst.exe" "lib"
goto done
warning:
MessageBox MB_OK|MB_ICONEXCLAMATION "You need install geany first."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 239
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=239&view=rev
Author: yurand
Date: 2008-10-22 22:34:01 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
geanydoc: README update
Modified Paths:
--------------
trunk/geanydoc/README
Modified: trunk/geanydoc/README
===================================================================
--- trunk/geanydoc/README 2008-10-22 21:24:30 UTC (rev 238)
+++ trunk/geanydoc/README 2008-10-22 22:34:01 UTC (rev 239)
@@ -1,4 +1,4 @@
-.. |(version)| replace:: 0.2
+.. |(version)| replace:: 0.3
========
geanydoc
@@ -15,7 +15,7 @@
execute external program. Geanydoc is intended to be used for searching documentation
API in different sources.
-In order to use it you need Geany >= 0.14 or svn version.
+In order to use it you need Geany >= 0.15 or svn version.
Usage
=====
@@ -73,7 +73,7 @@
Download
========
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanydoc/geanydoc-0.2.tar.gz.
+The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanydoc/geanydoc-0.3.tar.gz.
Up to date source code can be downloaded here::
@@ -92,7 +92,7 @@
Windows
-------
-A windows installer is available here: http://users.cosmostv.by/yurand/geanydoc/geanydoc-0.2_setup.exe
+A windows installer is available here: http://users.cosmostv.by/yurand/geanydoc/geanydoc-0.3_setup.exe
Author
======
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 238
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=238&view=rev
Author: frlan
Date: 2008-10-22 21:24:30 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
GeanySendMail: Tagging of 0.4 release
Added Paths:
-----------
tags/geanysendmail/geanysendmail-0.4/
Property changes on: tags/geanysendmail/geanysendmail-0.4
___________________________________________________________________
Added: svn:mergeinfo
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.