diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 16:59:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 16:59:08 +0000 |
commit | 63a6505111e91ba1d458b372e610039a01b4e4c8 (patch) | |
tree | e522335186aab628818a8945edd9f46df89270da /sys-apps | |
parent | remove obsolete versions (#87406) (diff) | |
download | gentoo-2-63a6505111e91ba1d458b372e610039a01b4e4c8.tar.gz gentoo-2-63a6505111e91ba1d458b372e610039a01b4e4c8.tar.bz2 gentoo-2-63a6505111e91ba1d458b372e610039a01b4e4c8.zip |
stable on ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.20.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index 50447b578166..cb538f7ac4e5 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.67 2005/03/20 19:33:00 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.68 2005/04/01 16:58:31 agriffis Exp $ + + 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.20.ebuild: + stable on ia64 20 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> parted-1.6.20.ebuild, parted-1.6.22.ebuild: diff --git a/sys-apps/parted/parted-1.6.20.ebuild b/sys-apps/parted/parted-1.6.20.ebuild index ecdb4ebb057d..3dc12d9025dd 100644 --- a/sys-apps/parted/parted-1.6.20.ebuild +++ b/sys-apps/parted/parted-1.6.20.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/sys-apps/parted/parted-1.6.20.ebuild,v 1.4 2005/03/20 19:33:00 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.20.ebuild,v 1.5 2005/04/01 16:58:31 agriffis Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86" IUSE="nls static readline debug" # specific version for gettext needed diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 09e7de591ad7..4590763552d7 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.7 2005/03/17 06:05:32 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.8 2005/04/01 16:59:08 agriffis Exp $ + + 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> paxctl-0.2.ebuild: + stable on ia64 17 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> paxctl-0.2.ebuild: ~ppc64 for testing diff --git a/sys-apps/paxctl/paxctl-0.2.ebuild b/sys-apps/paxctl/paxctl-0.2.ebuild index 154742bc95ba..2cab6d0a3538 100644 --- a/sys-apps/paxctl/paxctl-0.2.ebuild +++ b/sys-apps/paxctl/paxctl-0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.6 2005/03/17 06:05:32 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.7 2005/04/01 16:59:08 agriffis Exp $ inherit flag-o-matic DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" HOMEPAGE="http://pax.grsecurity.net" -KEYWORDS="x86 amd64 ~sparc ~ppc ~hppa ~ia64 ~mips ~ppc64" +KEYWORDS="x86 amd64 ~sparc ~ppc ~hppa ia64 ~mips ~ppc64" IUSE="" LICENSE="GPL-2" SLOT="0" |