SF.net SVN: geany-plugins:[498] trunk/geanyprj/dist

yurand at users.sourceforge.net yurand at xxxxx
Sat Feb 21 08:29:59 UTC 2009


Revision: 498
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=498&view=rev
Author:   yurand
Date:     2009-02-21 08:29:59 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
GeanyPrj: set required Geany version to 0.16 in dist directory

Modified Paths:
--------------
    trunk/geanyprj/dist/PKGBUILD.in
    trunk/geanyprj/dist/ebuild.in

Modified: trunk/geanyprj/dist/PKGBUILD.in
===================================================================
--- trunk/geanyprj/dist/PKGBUILD.in	2009-02-21 08:05:33 UTC (rev 497)
+++ trunk/geanyprj/dist/PKGBUILD.in	2009-02-21 08:29:59 UTC (rev 498)
@@ -6,7 +6,7 @@
 arch=(i686 x86_64)
 url="http://geany-plugins.sourceforge.net/geanyprj/"
 license=("GPL3")
-depends=('geany>=0.15')
+depends=('geany>=0.16')
 makedepends=('intltool')
 conflicts=()
 replaces=()

Modified: trunk/geanyprj/dist/ebuild.in
===================================================================
--- trunk/geanyprj/dist/ebuild.in	2009-02-21 08:05:33 UTC (rev 497)
+++ trunk/geanyprj/dist/ebuild.in	2009-02-21 08:29:59 UTC (rev 498)
@@ -11,7 +11,7 @@
 IUSE=""
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-util/geany-0.15"
+RDEPEND=">=dev-util/geany-0.16"
 
 DEPEND="${RDEPEND}"
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list