diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-08 22:01:45 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-08 22:01:45 +0000 |
commit | baca320f7589d82cee76fbdaaadcb81d9a932d9f (patch) | |
tree | 62205a0884950d3041480765650a2938a7eb3149 /app-editors/scite | |
parent | Stable on sparc wrt bug #56423. (Manifest recommit) (diff) | |
download | gentoo-2-baca320f7589d82cee76fbdaaadcb81d9a932d9f.tar.gz gentoo-2-baca320f7589d82cee76fbdaaadcb81d9a932d9f.tar.bz2 gentoo-2-baca320f7589d82cee76fbdaaadcb81d9a932d9f.zip |
Fixed IUSE for lua
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/Manifest | 4 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 559b56c8725d..08efc69fe64e 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.24 2004/07/08 21:34:29 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.25 2004/07/08 22:01:45 pythonhead Exp $ + + 08 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> scite-1.6.0.ebuild: + Fixed IUSE for lua 08 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> scite-1.6.0.ebuild: Added DEPEND for dev-lang/lua scripting support diff --git a/app-editors/scite/Manifest b/app-editors/scite/Manifest index fe223a53aaba..605b0b0ba80c 100644 --- a/app-editors/scite/Manifest +++ b/app-editors/scite/Manifest @@ -1,11 +1,11 @@ -MD5 c525d878ffc3350e512052de89b63825 ChangeLog 3863 +MD5 38460c89d3c4495a8ef951777d8db0d7 ChangeLog 3958 MD5 4eb1abff335478b86f5c65997e0148f2 metadata.xml 222 MD5 196130e113f6c0f3cae649e4540f4a01 scite-1.4.9.ebuild 1330 MD5 4455a7dabc3c7c06b37513b256b35014 scite-1.5.6.ebuild 1669 MD5 43af54308e60210a0782e923f79fb579 scite-1.5.7.ebuild 1853 MD5 72e86e2b16e722d9e7a9e5f8d4ecc009 scite-1.5.8.ebuild 1854 MD5 a5913744b2a8e8db1cfa4f2e239d2a57 scite-1.5.9.ebuild 1855 -MD5 17290c61754cdce6fad2cd95db99d81c scite-1.6.0.ebuild 1881 +MD5 d3af90c044ef85d7e615f65764d49344 scite-1.6.0.ebuild 1783 MD5 80043dabaab220f76b8c2794e1e8d996 scite-1.6.1.ebuild 1855 MD5 e21b1647de51e2cea2682beaf5522ea7 files/digest-scite-1.4.9 57 MD5 80608721073d877a62ab114df64994fe files/digest-scite-1.5.6 57 diff --git a/app-editors/scite/scite-1.6.0.ebuild b/app-editors/scite/scite-1.6.0.ebuild index d26df8b2d1e7..0c04a202eb6f 100644 --- a/app-editors/scite/scite-1.6.0.ebuild +++ b/app-editors/scite/scite-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.0.ebuild,v 1.4 2004/07/08 21:34:29 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.0.ebuild,v 1.5 2004/07/08 22:01:45 pythonhead Exp $ MY_PV=$(echo ${PV} | sed 's:\.::g') @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="PYTHON" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -IUSE="gtk2" +IUSE="gtk2 lua" DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) >=sys-apps/sed-4 |