diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 10:50:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 10:50:19 +0000 |
commit | f1c9b6b1575e23dd47016180e6db9513aedc4af7 (patch) | |
tree | e441008b233c408612e6f5428fb0bd25f995d748 /app-misc | |
parent | Stable on ppc wrt bug 148658 (diff) | |
download | historical-f1c9b6b1575e23dd47016180e6db9513aedc4af7.tar.gz historical-f1c9b6b1575e23dd47016180e6db9513aedc4af7.tar.bz2 historical-f1c9b6b1575e23dd47016180e6db9513aedc4af7.zip |
old
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.11-r1 | 3 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.12 | 3 | ||||
-rw-r--r-- | app-misc/pax-utils/files/pax-utils-0.1.11.patch | 12 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild | 36 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.12.ebuild | 34 |
5 files changed, 0 insertions, 88 deletions
diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.11-r1 b/app-misc/pax-utils/files/digest-pax-utils-0.1.11-r1 deleted file mode 100644 index d1df02406030..000000000000 --- a/app-misc/pax-utils/files/digest-pax-utils-0.1.11-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9cdfdaa30ea589e8b7e58ad768fd53e2 pax-utils-0.1.11.tar.bz2 52245 -RMD160 cf91ce04dc345a7029a5d51c1910d9ce9aa6037b pax-utils-0.1.11.tar.bz2 52245 -SHA256 d571658aedaddea1dd61fce0f4f6103eb25d86a3f25171ab0139b4cacddffc5f pax-utils-0.1.11.tar.bz2 52245 diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.12 b/app-misc/pax-utils/files/digest-pax-utils-0.1.12 deleted file mode 100644 index d2ea1aa46867..000000000000 --- a/app-misc/pax-utils/files/digest-pax-utils-0.1.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2741903bf6213598a393f65a578d4ac1 pax-utils-0.1.12.tar.bz2 52706 -RMD160 2aa14ca3ab3bf2e7ad16f69c8fcb4aa7ff541644 pax-utils-0.1.12.tar.bz2 52706 -SHA256 7dcfc849e1953400d11a2e35977041d2583d3a38aa8a16b3de0e38382a97ad9e pax-utils-0.1.12.tar.bz2 52706 diff --git a/app-misc/pax-utils/files/pax-utils-0.1.11.patch b/app-misc/pax-utils/files/pax-utils-0.1.11.patch deleted file mode 100644 index 1ee86483c85e..000000000000 --- a/app-misc/pax-utils/files/pax-utils-0.1.11.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/128247 ---- scanelf.c -+++ scanelf.c -@@ -1683,7 +1683,7 @@ static void parseargs(int argc, char *ar - load_ld_so_conf(0, "/etc/ld.so.conf"); - if (scan_ldpath) scanelf_ldpath(); - if (scan_envpath) scanelf_envpath(); -- if (!from_file && ttyname(0) == NULL) -+ if (!from_file && optind == argc && ttyname(0) == NULL) - from_file = "-"; - if (from_file) { - scanelf_from_file(from_file); diff --git a/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild b/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild deleted file mode 100644 index 00c0d27de4df..000000000000 --- a/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild,v 1.8 2006/04/30 08:46:46 solar Exp $ - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful tools that can check files for security relevant properties" -HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml" -SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 - http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2 - http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.bz2 - http://dev.gentoo.org/~flameeyes/dist/pax-utils-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="caps" - -DEPEND="caps? ( sys-libs/libcap )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}.patch -} - -src_compile() { - use caps && append-flags -DWANT_SYSCAP - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" dumpelf scanelf || die - use caps && append-ldflags -lcap - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" pspax || die -} - -src_install() { - make DESTDIR="${D}" install || die -} diff --git a/app-misc/pax-utils/pax-utils-0.1.12.ebuild b/app-misc/pax-utils/pax-utils-0.1.12.ebuild deleted file mode 100644 index 155499cb6fe7..000000000000 --- a/app-misc/pax-utils/pax-utils-0.1.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.12.ebuild,v 1.1 2006/04/30 08:46:46 solar Exp $ - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful tools that can check files for security relevant properties" -HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml" -SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 - http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2 - http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="caps" - -DEPEND="caps? ( sys-libs/libcap )" - -src_unpack() { - unpack ${A} - cd ${S} || die -} - -src_compile() { - use caps && append-flags -DWANT_SYSCAP - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" dumpelf scanelf || die - use caps && append-ldflags -lcap - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" pspax || die -} - -src_install() { - make DESTDIR="${D}" install || die -} |