diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2005-12-09 03:20:02 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2005-12-09 03:20:02 +0000 |
commit | 9a96eae3db08c4eee0b5f9b89adaae83db9e5ac2 (patch) | |
tree | e32191cf9e76615edef066a57aa7f636665aeae3 /app-editors | |
parent | force newer binutils-config and make sure when we clean out old versions, the... (diff) | |
download | historical-9a96eae3db08c4eee0b5f9b89adaae83db9e5ac2.tar.gz historical-9a96eae3db08c4eee0b5f9b89adaae83db9e5ac2.tar.bz2 historical-9a96eae3db08c4eee0b5f9b89adaae83db9e5ac2.zip |
Stable on x86; bug #114317
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/amyedit/Manifest | 14 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 7fd7a7a932e1..460a1f559fa9 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.5 2005/12/09 02:30:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.6 2005/12/09 03:20:02 tsunam Exp $ + + 09 Dec 2005; Joshua Jackson <tsunam@gentoo.org> amyedit-0.9.ebuild: + Stable on x86; bug #114317 09 Dec 2005; <pclouds@gentoo.org> amyedit-0.8.ebuild, amyedit-0.9.ebuild: Do not install INSTALL COPYING #114317 diff --git a/app-editors/amyedit/Manifest b/app-editors/amyedit/Manifest index 8e643d9ee666..9b773aa9980a 100644 --- a/app-editors/amyedit/Manifest +++ b/app-editors/amyedit/Manifest @@ -1,6 +1,16 @@ -MD5 c548211b2283c068d55b1edc7d7271f8 ChangeLog 706 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7a8a6886912386b91d43a9164369462d ChangeLog 805 MD5 ebdf1804c80eba8dd5ea1bb62f4b1a94 amyedit-0.8.ebuild 554 -MD5 932f2d3fec26cd2e7005ebde9459978c amyedit-0.9.ebuild 568 +MD5 88fe026be3c9fe15b4416edba1ce3c9a amyedit-0.9.ebuild 566 MD5 0592a422c868ed668569bdae582e7dac files/digest-amyedit-0.8 64 MD5 433d8c31659fcbe7d9f7719336ebe354 files/digest-amyedit-0.9 64 MD5 a0ec84f1746e35678274bbcee0e37869 metadata.xml 230 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDmPiE2ZWR0Jhg/EsRAgHeAJ9KhwjfPdf+uo/4jB+yn4y4NUjlOQCfSn64 +FC7i7GFVLBEpKqSRa5bF4Js= +=DQ4O +-----END PGP SIGNATURE----- diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index 49d2acc7bedf..b285318e3540 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.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/amyedit/amyedit-0.9.ebuild,v 1.5 2005/12/09 02:30:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.6 2005/12/09 03:20:02 tsunam Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://amyedit.sf.net" SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.4.8 >=x11-libs/gtksourceview-1.0 |