summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-23 10:48:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-23 10:48:41 +0000
commitaff8ebb016162784f44c405a5a5a92cc61515a1b (patch)
tree1b9bcfb61cbc0a291e438a97796b7c6ba81e0442 /app-misc/pax-utils
parentStable on ppc wrt bug 148658 (diff)
downloadgentoo-2-aff8ebb016162784f44c405a5a5a92cc61515a1b.tar.gz
gentoo-2-aff8ebb016162784f44c405a5a5a92cc61515a1b.tar.bz2
gentoo-2-aff8ebb016162784f44c405a5a5a92cc61515a1b.zip
old
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r--app-misc/pax-utils/files/digest-pax-utils-0.1.123
-rw-r--r--app-misc/pax-utils/files/pax-utils-0.1.11.patch12
-rw-r--r--app-misc/pax-utils/pax-utils-0.1.11-r1.ebuild36
-rw-r--r--app-misc/pax-utils/pax-utils-0.1.12.ebuild34
4 files changed, 0 insertions, 85 deletions
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
-}