summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-08 00:16:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-08 00:16:56 +0000
commitf0525976db7e6e6f7f161ad36acc5745966b87e2 (patch)
tree33dad3b0247f9285cbafbb9240564c7b9e63e244 /app-misc/pax-utils
parentAdd compat symlink for genhomedircon. (diff)
downloadgentoo-2-f0525976db7e6e6f7f161ad36acc5745966b87e2.tar.gz
gentoo-2-f0525976db7e6e6f7f161ad36acc5745966b87e2.tar.bz2
gentoo-2-f0525976db7e6e6f7f161ad36acc5745966b87e2.zip
old
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r--app-misc/pax-utils/files/digest-pax-utils-0.1.11
-rw-r--r--app-misc/pax-utils/files/digest-pax-utils-0.1.21
-rw-r--r--app-misc/pax-utils/pax-utils-0.1.1.ebuild30
-rw-r--r--app-misc/pax-utils/pax-utils-0.1.2.ebuild30
4 files changed, 0 insertions, 62 deletions
diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.1 b/app-misc/pax-utils/files/digest-pax-utils-0.1.1
deleted file mode 100644
index a27f8976daaa..000000000000
--- a/app-misc/pax-utils/files/digest-pax-utils-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cec3a067753cfc43fa988141580e37d0 pax-utils-0.1.1.tar.bz2 54107
diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.2 b/app-misc/pax-utils/files/digest-pax-utils-0.1.2
deleted file mode 100644
index 74ce797d5120..000000000000
--- a/app-misc/pax-utils/files/digest-pax-utils-0.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b231eaeefc236066d2ca86adf039a4fb pax-utils-0.1.2.tar.bz2 44228
diff --git a/app-misc/pax-utils/pax-utils-0.1.1.ebuild b/app-misc/pax-utils/pax-utils-0.1.1.ebuild
deleted file mode 100644
index 1d59e274aa7a..000000000000
--- a/app-misc/pax-utils/pax-utils-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 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.1.ebuild,v 1.4 2005/06/16 19:19:27 solar Exp $
-
-inherit flag-o-matic toolchain-funcs
-#RESTRICT="primaryuri"
-DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of bins"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened"
-SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2
- http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE="caps"
-
-DEPEND="caps? ( sys-libs/libcap )"
-
-src_compile() {
- if use caps ; then
- append-flags -DWANT_SYSCAP
- append-ldflags -lcap
- fi
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" WFLAGS="" all || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README
-}
diff --git a/app-misc/pax-utils/pax-utils-0.1.2.ebuild b/app-misc/pax-utils/pax-utils-0.1.2.ebuild
deleted file mode 100644
index a4b22f7c58a0..000000000000
--- a/app-misc/pax-utils/pax-utils-0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 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.2.ebuild,v 1.1 2005/07/03 22:26:08 solar Exp $
-
-inherit flag-o-matic toolchain-funcs
-#RESTRICT="primaryuri"
-DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of bins"
-HOMEPAGE="http://www.gentoo.org/proj/en/hardened"
-SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2
- http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="caps"
-
-DEPEND="caps? ( sys-libs/libcap )"
-
-src_compile() {
- if use caps ; then
- append-flags -DWANT_SYSCAP
- append-ldflags -lcap
- fi
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README
-}