summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-11 18:58:18 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-11 18:58:18 +0000
commit36ae8fde1b21f3d4ed2cb97071d896c7f324d73a (patch)
tree3bd06b6891858dd3f364045ba0f9126f873c9341 /app-editors/scite
parentremoved old versions, marked 1.0.1 stable on x86 and added 1.4.0 with ~amd64 ... (diff)
downloadhistorical-36ae8fde1b21f3d4ed2cb97071d896c7f324d73a.tar.gz
historical-36ae8fde1b21f3d4ed2cb97071d896c7f324d73a.tar.bz2
historical-36ae8fde1b21f3d4ed2cb97071d896c7f324d73a.zip
Marked x86
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'app-editors/scite')
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/Manifest16
-rw-r--r--app-editors/scite/scite-1.6.2.ebuild4
3 files changed, 19 insertions, 6 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index 47f226d0a214..3d1d5a2a2a09 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.33 2005/01/01 13:34:02 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.34 2005/03/11 18:58:18 pythonhead Exp $
+
+ 11 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> scite-1.6.2.ebuild:
+ Marked x86
29 Dec 2004; Tom Martin <slarti@gentoo.org> scite-1.6.2.ebuild:
Marked ~amd64, resolves bug 75831.
diff --git a/app-editors/scite/Manifest b/app-editors/scite/Manifest
index dd9f49e4ef94..1b6ebc32ffd8 100644
--- a/app-editors/scite/Manifest
+++ b/app-editors/scite/Manifest
@@ -1,7 +1,17 @@
-MD5 72af1f56cb6b587c1195ae98a4d93a9a ChangeLog 5764
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1744cd8a8276c44e3ebabe6604019d9e ChangeLog 5851
MD5 4eb1abff335478b86f5c65997e0148f2 metadata.xml 222
-MD5 b37de32c0b883bf7deefe74ed43e0fb1 scite-1.6.2.ebuild 1904
+MD5 f542f1d933656c172b08b580e45b2a14 scite-1.6.2.ebuild 1903
MD5 46e756e5ecd7701d47299d6e6bb37018 scite-1.6.1.ebuild 1895
MD5 42ceb479aebfc9cd9818f0d6a0e39020 files/digest-scite-1.6.2 58
-MD5 2561568c62ec3edc2b46be6638c80427 files/scite.desktop 169
MD5 c022b3ac9b612f257e304f7f90eb7f98 files/digest-scite-1.6.1 58
+MD5 2561568c62ec3edc2b46be6638c80427 files/scite.desktop 169
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCMepTz2gxt1z4IGYRAlHuAJ99hMqFOohn++5Yzn7keBucezWbPACgkZxc
+t7HC/aUgoU6hfvImpFNMvHo=
+=9FxE
+-----END PGP SIGNATURE-----
diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild
index ed6b370d62d4..8dd619d672da 100644
--- a/app-editors/scite/scite-1.6.2.ebuild
+++ b/app-editors/scite/scite-1.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.3 2005/01/01 13:34:02 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.4 2005/03/11 18:58:18 pythonhead Exp $
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="PYTHON"
SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86 ~amd64"
+KEYWORDS="~ppc ~sparc x86 ~amd64"
IUSE="gtk2 lua"
RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )