diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-03 23:31:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-03 23:31:32 +0000 |
commit | d421709178285e614017e68f22b6e8d65207380e (patch) | |
tree | fb51004d4e9e648cb3aa47f5e72d769f6a1898e9 /app-misc | |
parent | Remove net-misc/vidalia p.mask which is now off the tree. (diff) | |
download | gentoo-2-d421709178285e614017e68f22b6e8d65207380e.tar.gz gentoo-2-d421709178285e614017e68f22b6e8d65207380e.tar.bz2 gentoo-2-d421709178285e614017e68f22b6e8d65207380e.zip |
Update HOMEPAGE to the wiki.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 01cb00ee156d..f850ae565d91 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.170 2015/03/02 09:50:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.171 2015/03/03 23:31:32 vapier Exp $ + + 03 Mar 2015; Mike Frysinger <vapier@gentoo.org> pax-utils-1.0.ebuild: + Update HOMEPAGE to the wiki. *pax-utils-1.0 (02 Mar 2015) diff --git a/app-misc/pax-utils/pax-utils-1.0.ebuild b/app-misc/pax-utils/pax-utils-1.0.ebuild index 222cae11dcf0..bd2ccc77e836 100644 --- a/app-misc/pax-utils/pax-utils-1.0.ebuild +++ b/app-misc/pax-utils/pax-utils-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.ebuild,v 1.1 2015/03/02 09:50:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-1.0.ebuild,v 1.2 2015/03/03 23:31:32 vapier Exp $ EAPI="4" inherit eutils toolchain-funcs unpacker DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties" -HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml" +HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities" SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz" |