summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-08 07:50:30 +0000
committerEray Aslan <eras@gentoo.org>2011-06-08 07:50:30 +0000
commit311a9d876ed6d0a5ca9183d13cfe626fed28f47f (patch)
treeb55f726a2c2c3974db0ea3725708acbd17323b06 /net-libs/liblockfile
parentMarked ~ppc wrt #370621 (diff)
downloadgentoo-2-311a9d876ed6d0a5ca9183d13cfe626fed28f47f.tar.gz
gentoo-2-311a9d876ed6d0a5ca9183d13cfe626fed28f47f.tar.bz2
gentoo-2-311a9d876ed6d0a5ca9183d13cfe626fed28f47f.zip
remove old
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r--net-libs/liblockfile/ChangeLog5
-rw-r--r--net-libs/liblockfile/liblockfile-1.06-r2.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog
index 76eeb49eda84..fe976ee1a424 100644
--- a/net-libs/liblockfile/ChangeLog
+++ b/net-libs/liblockfile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/liblockfile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.60 2011/02/06 12:23:01 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.61 2011/06/08 07:50:30 eras Exp $
+
+ 08 Jun 2011; Eray Aslan <eras@gentoo.org> -liblockfile-1.06-r2.ebuild:
+ Remove old
06 Feb 2011; Mart Raudsepp <leio@gentoo.org> liblockfile-1.06-r2.ebuild:
Drop to ~mips
diff --git a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild
deleted file mode 100644
index 7604e996e32c..000000000000
--- a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.14 2011/02/06 12:23:01 leio Exp $
-
-inherit eutils multilib autotools
-
-DESCRIPTION="Implements functions designed to lock the standard mailboxes"
-HOMEPAGE="http://www.debian.org/"
-SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-glibc24.patch
- epatch "${FILESDIR}"/${P}-respectflags.patch
- epatch "${FILESDIR}"/${PN}-orphan-file.patch
-
- # Rename an internal function so it does not conflict with
- # libc's function.
- sed -i -e 's/eaccess/egidaccess/g' *.c
-
- eautoreconf
-}
-
-src_compile() {
- econf --with-mailgroup=mail --enable-shared || die
- emake || die
-}
-
-src_install() {
- dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
- emake ROOT="${D}" install || die
-}