summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-03 22:19:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-03 22:19:22 +0000
commit7aeb4576205a225fd5f1fb0267bc689825e710ab (patch)
treec3e1e260ad7e6f6891188bf389cbd4b6276805c4 /sys-libs
parentVersion bump. (diff)
downloadgentoo-2-7aeb4576205a225fd5f1fb0267bc689825e710ab.tar.gz
gentoo-2-7aeb4576205a225fd5f1fb0267bc689825e710ab.tar.bz2
gentoo-2-7aeb4576205a225fd5f1fb0267bc689825e710ab.zip
clean extra ebuilds
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libcap/ChangeLog6
-rw-r--r--sys-libs/libcap/files/digest-libcap-1.101
-rw-r--r--sys-libs/libcap/files/digest-libcap-1.10-r21
-rw-r--r--sys-libs/libcap/libcap-1.10-r2.ebuild53
-rw-r--r--sys-libs/libcap/libcap-1.10.ebuild61
5 files changed, 5 insertions, 117 deletions
diff --git a/sys-libs/libcap/ChangeLog b/sys-libs/libcap/ChangeLog
index 7e771aa6a418..df1088d986bc 100644
--- a/sys-libs/libcap/ChangeLog
+++ b/sys-libs/libcap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/libcap
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.23 2004/04/27 22:14:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/ChangeLog,v 1.24 2004/05/03 22:19:22 mr_bones_ Exp $
+
+ 03 May 2004; Michael Sterrett <mr_bones_@gentoo.org> libcap-1.10-r2.ebuild,
+ libcap-1.10.ebuild:
+ clean extra ebuilds
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> libcap-1.10-r2.ebuild,
libcap-1.10.ebuild:
diff --git a/sys-libs/libcap/files/digest-libcap-1.10 b/sys-libs/libcap/files/digest-libcap-1.10
deleted file mode 100644
index b64fd78bbd27..000000000000
--- a/sys-libs/libcap/files/digest-libcap-1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4426a413128142cab89eb2e6f13d8571 libcap-1.10.tar.bz2 26686
diff --git a/sys-libs/libcap/files/digest-libcap-1.10-r2 b/sys-libs/libcap/files/digest-libcap-1.10-r2
deleted file mode 100644
index b64fd78bbd27..000000000000
--- a/sys-libs/libcap/files/digest-libcap-1.10-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4426a413128142cab89eb2e6f13d8571 libcap-1.10.tar.bz2 26686
diff --git a/sys-libs/libcap/libcap-1.10-r2.ebuild b/sys-libs/libcap/libcap-1.10-r2.ebuild
deleted file mode 100644
index 3bb3d90fd042..000000000000
--- a/sys-libs/libcap/libcap-1.10-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r2.ebuild,v 1.11 2004/04/27 22:14:47 agriffis Exp $
-
-inherit base eutils
-
-DESCRIPTION="POSIX 1003.1e capabilities"
-HOMEPAGE="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
-SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/${P}.tar.bz2"
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~x86 mips ~hppa ~sparc ~ppc alpha ~amd64"
-IUSE="python"
-
-#patch is in recent 2.2 kernels so it works there
-DEPEND="virtual/glibc
- virtual/os-headers
- python? ( >=virtual/python-2.2.1 >=dev-lang/swig-1.3.10 )"
-RDEPEND="python? ( >=virtual/python-2.2.1 )
- virtual/glibc"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/libcap-1.10-python.patch
- epatch ${FILESDIR}/libcap-1.10-syscall.patch
- sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules
-}
-
-PYTHONVER="`python -V 2>&1 | sed 's/^Python //'|sed 's/\([0-9]*\.[0-9]*\).*/\1/'`"
-
-src_compile() {
- local myflags
- myflags=""
- if use python; then
- myflags="${myflags} PYTHON=1 PYTHONMODDIR=/usr/lib/python${PYTHONVER}/site-packages"
- CFLAGS="${CFLAGS} -I/usr/include/python${PYTHONVER}"
- fi
-
- emake COPTFLAG="${CFLAGS}" DEBUG="" ${myflags} || die
-}
-
-src_install() {
- local myflags
- myflags=""
- if use python; then
- myflags="${myflags} PYTHON=1 PYTHONMODDIR=${D}/usr/lib/python${PYTHONVER}/site-packages"
- fi
- make install FAKEROOT="${D}" man_prefix=/usr/share ${myflags} || die
- dodoc CHANGELOG README License pgp.keys.asc doc/capability.notes
-}
diff --git a/sys-libs/libcap/libcap-1.10.ebuild b/sys-libs/libcap/libcap-1.10.ebuild
deleted file mode 100644
index 1e355dbeb565..000000000000
--- a/sys-libs/libcap/libcap-1.10.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10.ebuild,v 1.18 2004/04/27 22:14:47 agriffis Exp $
-
-inherit base flag-o-matic eutils
-
-DESCRIPTION="POSIX 1003.1e capabilities"
-HOMEPAGE="http://www.kernel.org/pub/linux/libs/security/linux-privs/"
-SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/${P}.tar.bz2"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha mips hppa amd64"
-IUSE="python"
-
-#patch is in recent 2.2 kernels so it works there
-DEPEND="virtual/glibc
- virtual/os-headers
- python? ( >=virtual/python-2.2.1 >=dev-lang/swig-1.3.10 )"
-RDEPEND="python? ( >=virtual/python-2.2.1 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # hardened-gcc needs this PIC patch to remove .TEXT relocations from the libcap library
- has_version "sys-devel/hardened-gcc" && epatch ${FILESDIR}/${PF}-syscall.patch
- epatch ${FILESDIR}/${PF}-python.patch
-}
-
-src_compile() {
- PYTHONVER="`python -V 2>&1 | sed 's/^Python //'|sed 's/\([0-9]*\.[0-9]*\).*/\1/'`"
-
- # filter-flags the PIC option only if hcc is not found active
- # and thats way the syscall removal patch will not be applied
- if ! has_version sys-devel/hardened-gcc
- then
- filter-flags -fPIC
- fi
-
- local myflags=""
- if [ `use python` ]; then
- myflags="${myflags} PYTHON=1 PYTHONMODDIR=/usr/lib/python${PYTHONVER}/site-packages"
- append-flags -I/usr/include/python${PYTHONVER}
- fi
-
- # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml or #gentoo-hardened/irc.freenode
- has_version "sys-devel/hardened-gcc" && append-flags "-yet_exec"
-
- emake COPTFLAG="${CFLAGS}" DEBUG="" ${myflags} || die
-}
-
-src_install() {
- PYTHONVER="`python -V 2>&1 | sed 's/^Python //'|sed 's/\([0-9]*\.[0-9]*\).*/\1/'`"
- local myflags=""
- if [ `use python` ]; then
- myflags="${myflags} PYTHON=1 PYTHONMODDIR=${D}/usr/lib/python${PYTHONVER}/site-packages"
-
- fi
- make install FAKEROOT="${D}" man_prefix=/usr/share ${myflags} || die
- dodoc CHANGELOG README License pgp.keys.asc doc/capability.notes
-}