summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-06-23 10:25:08 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-06-23 10:25:08 +0000
commit7c2b6510fe968196bb5b68c6254830a22dda123a (patch)
tree89892142d1866e4dcf6d913e0edd661cc6ea1070 /net-libs/liblockfile
parentStable on IA64. (diff)
downloadgentoo-2-7c2b6510fe968196bb5b68c6254830a22dda123a.tar.gz
gentoo-2-7c2b6510fe968196bb5b68c6254830a22dda123a.tar.bz2
gentoo-2-7c2b6510fe968196bb5b68c6254830a22dda123a.zip
remove older versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r--net-libs/liblockfile/ChangeLog7
-rw-r--r--net-libs/liblockfile/files/digest-liblockfile-1.03-r11
-rw-r--r--net-libs/liblockfile/files/digest-liblockfile-1.03-r21
-rw-r--r--net-libs/liblockfile/files/liblockfile-1.03-gcc33.patch11
-rw-r--r--net-libs/liblockfile/liblockfile-1.03-r1.ebuild40
-rw-r--r--net-libs/liblockfile/liblockfile-1.03-r2.ebuild36
6 files changed, 6 insertions, 90 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog
index ee83ab18f732..101e224e412e 100644
--- a/net-libs/liblockfile/ChangeLog
+++ b/net-libs/liblockfile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/liblockfile
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.25 2005/06/23 10:19:06 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.26 2005/06/23 10:25:08 ferdy Exp $
+
+ 23 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ -files/liblockfile-1.03-gcc33.patch, -liblockfile-1.03-r1.ebuild,
+ -liblockfile-1.03-r2.ebuild:
+ remove older versions
23 Jun 2005; <plasmaroo@gentoo.org> liblockfile-1.06.ebuild:
Stable on IA64.
diff --git a/net-libs/liblockfile/files/digest-liblockfile-1.03-r1 b/net-libs/liblockfile/files/digest-liblockfile-1.03-r1
deleted file mode 100644
index 5870df7fed03..000000000000
--- a/net-libs/liblockfile/files/digest-liblockfile-1.03-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3700a6c958d60e070849231ef14136d liblockfile_1.03.tar.gz 30737
diff --git a/net-libs/liblockfile/files/digest-liblockfile-1.03-r2 b/net-libs/liblockfile/files/digest-liblockfile-1.03-r2
deleted file mode 100644
index 5870df7fed03..000000000000
--- a/net-libs/liblockfile/files/digest-liblockfile-1.03-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3700a6c958d60e070849231ef14136d liblockfile_1.03.tar.gz 30737
diff --git a/net-libs/liblockfile/files/liblockfile-1.03-gcc33.patch b/net-libs/liblockfile/files/liblockfile-1.03-gcc33.patch
deleted file mode 100644
index a29137bf4306..000000000000
--- a/net-libs/liblockfile/files/liblockfile-1.03-gcc33.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- liblockfile-1.03/maillock.h.in.orig 2003-07-28 20:15:46.000000000 +0200
-+++ liblockfile-1.03/maillock.h.in 2003-07-28 20:16:02.000000000 +0200
-@@ -21,7 +21,7 @@
- @PATHMAILDIR@
- #endif
-
--#define MAILDIR _PATH_MAILDIR ## "/"
-+#define MAILDIR _PATH_MAILDIR"/"
-
- /*
- * Prototypes.
diff --git a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild b/net-libs/liblockfile/liblockfile-1.03-r1.ebuild
deleted file mode 100644
index fcb0b507d488..000000000000
--- a/net-libs/liblockfile/liblockfile-1.03-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03-r1.ebuild,v 1.15 2005/05/30 19:01:33 swegener Exp $
-
-IUSE=
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Implements functions designed to lock the standard mailboxes."
-SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://www.debian.org"
-
-DEPEND="virtual/libc"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="x86 ppc sparc alpha hppa ia64 -amd64 ~mips ppc64"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
-
- if [ "`gcc-major-version`" -gt 3 ] || \
- [ "`gcc-major-version`" -eq 3 -a "`gcc-minor-version`" -ge 3 ]
- then
- cd ${S}; epatch ${FILESDIR}/${P}-gcc33.patch
- fi
-}
-
-src_compile() {
-
- econf --with-mailgroup=mail || die
- emake || die
-}
-
-src_install() {
-
- dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3}
- make ROOT=${D} install || die
-}
diff --git a/net-libs/liblockfile/liblockfile-1.03-r2.ebuild b/net-libs/liblockfile/liblockfile-1.03-r2.ebuild
deleted file mode 100644
index 1ce7d7859d9e..000000000000
--- a/net-libs/liblockfile/liblockfile-1.03-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03-r2.ebuild,v 1.5 2005/05/30 19:01:33 swegener Exp $
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="Implements functions designed to lock the standard mailboxes."
-SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
-HOMEPAGE="http://www.debian.org"
-
-DEPEND="virtual/libc"
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ia64 amd64 ~mips ~ppc64"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
-
- if [ "`gcc-major-version`" -gt 3 ] || \
- [ "`gcc-major-version`" -eq 3 -a "`gcc-minor-version`" -ge 3 ]
- then
- cd ${S}; epatch ${FILESDIR}/${P}-gcc33.patch
- fi
-}
-
-src_compile() {
- econf --with-mailgroup=mail --enable-shared || die
- emake || die
-}
-
-src_install() {
- dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
- make ROOT=${D} install || die
-}