diff options
author | Ned Ludd <solar@gentoo.org> | 2006-12-19 22:38:19 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-12-19 22:38:19 +0000 |
commit | 38367de085a9796c86384c9f1b25702aa283ede7 (patch) | |
tree | e6706d41aa54fa85e47ab3c8d74b3e69b95b14c5 /sys-apps/chpax | |
parent | Move install sed into a real patch and make sure failures in subdirs are caug... (diff) | |
download | gentoo-2-38367de085a9796c86384c9f1b25702aa283ede7.tar.gz gentoo-2-38367de085a9796c86384c9f1b25702aa283ede7.tar.bz2 gentoo-2-38367de085a9796c86384c9f1b25702aa283ede7.zip |
- make note about chpax being obsolete and suggest paxctl
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.7.ebuild | 19 | ||||
-rw-r--r-- | sys-apps/chpax/files/digest-chpax-0.7 | 2 |
3 files changed, 19 insertions, 9 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog index 96827e472d16..4ca1190157c1 100644 --- a/sys-apps/chpax/ChangeLog +++ b/sys-apps/chpax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/chpax -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.33 2005/04/22 20:01:55 solar Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.34 2006/12/19 22:38:19 solar Exp $ + + 19 Dec 2006; <solar@gentoo.org> chpax-0.7.ebuild: + - make note about chpax being obsolete and suggest paxctl 22 Apr 2005; <solar@gentoo.org> -chpax-0.6.1.ebuild, chpax-0.7.ebuild: - removed old ebuild from the tree. SRC_URI no longer fetchable diff --git a/sys-apps/chpax/chpax-0.7.ebuild b/sys-apps/chpax/chpax-0.7.ebuild index 4a49f8161c3f..d5927cadd4fd 100644 --- a/sys-apps/chpax/chpax-0.7.ebuild +++ b/sys-apps/chpax/chpax-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.11 2005/04/22 20:01:55 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.7.ebuild,v 1.12 2006/12/19 22:38:19 solar Exp $ inherit flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND}" src_unpack() { @@ -35,8 +35,13 @@ src_install() { dodoc Changelog README doman chpax.1 - insinto /etc/conf.d - newins ${FILESDIR}/pax-conf.d chpax - exeinto /etc/init.d - newexe ${FILESDIR}/pax-init.d chpax + #insinto /etc/conf.d + #newins ${FILESDIR}/pax-conf.d chpax + #exeinto /etc/init.d + #newexe ${FILESDIR}/pax-init.d chpax +} + +pkg_postinst() { + ewarn "chpax is now obsolete in favor of sys-apps/paxctl which uses PT_PAX_FLAGS" + ewarn "Please use paxctl from now on. Any bugs filed for chpax will be closed as WONTFIX" } diff --git a/sys-apps/chpax/files/digest-chpax-0.7 b/sys-apps/chpax/files/digest-chpax-0.7 index f8fae8c7cba0..111efa52bb35 100644 --- a/sys-apps/chpax/files/digest-chpax-0.7 +++ b/sys-apps/chpax/files/digest-chpax-0.7 @@ -1 +1,3 @@ MD5 6a0aac11abf1a40c50704c7f93bc8953 chpax-0.7.tar.gz 5255 +RMD160 5c8aeb9f43b8831a07cca8a99723d15768b2f6a8 chpax-0.7.tar.gz 5255 +SHA256 9c6c12d486a0200c3060745dfe56c54ec67a6566499093e71e3f234dfc961c44 chpax-0.7.tar.gz 5255 |