summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-03-27 17:08:30 +0000
committerDon Seiler <rizzo@gentoo.org>2004-03-27 17:08:30 +0000
commit290847c902c16c64de0428f3c6a2c29d2cf8e71e (patch)
tree743ac1020af968f5e8d6b2cc2f47de974feee9c2 /app-misc/abook
parentreomve borken ppc keyword (Manifest recommit) (diff)
downloadgentoo-2-290847c902c16c64de0428f3c6a2c29d2cf8e71e.tar.gz
gentoo-2-290847c902c16c64de0428f3c6a2c29d2cf8e71e.tar.bz2
gentoo-2-290847c902c16c64de0428f3c6a2c29d2cf8e71e.zip
Removing obsolete files
Diffstat (limited to 'app-misc/abook')
-rw-r--r--app-misc/abook/ChangeLog6
-rw-r--r--app-misc/abook/abook-0.5.0.ebuild28
-rw-r--r--app-misc/abook/abook-0.5.1-r1.ebuild37
-rw-r--r--app-misc/abook/abook-0.5.1.ebuild30
-rw-r--r--app-misc/abook/abook-0.5.2.ebuild28
-rw-r--r--app-misc/abook/files/0.5.1-01_mutt-filter11
-rw-r--r--app-misc/abook/files/digest-abook-0.5.01
-rw-r--r--app-misc/abook/files/digest-abook-0.5.11
-rw-r--r--app-misc/abook/files/digest-abook-0.5.1-r11
-rw-r--r--app-misc/abook/files/digest-abook-0.5.21
10 files changed, 5 insertions, 139 deletions
diff --git a/app-misc/abook/ChangeLog b/app-misc/abook/ChangeLog
index 501addf55862..5ea8c46220eb 100644
--- a/app-misc/abook/ChangeLog
+++ b/app-misc/abook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/abook
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.11 2004/03/27 17:06:42 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.12 2004/03/27 17:08:30 rizzo Exp $
+
+ 27 Mar 2004; Don Seiler <rizzo@gentoo.org>; abook-0.5.0.ebuild,
+ abook-0.5.2.ebuild:
+ Pruning some more
27 Mar 2004; Don Seiler <rizzo@gentoo.org>; abook-0.5.1-r1.ebuild,
abook-0.5.1.ebuild, files/0.5.1-01_mutt-filter:
diff --git a/app-misc/abook/abook-0.5.0.ebuild b/app-misc/abook/abook-0.5.0.ebuild
deleted file mode 100644
index d889bd10d615..000000000000
--- a/app-misc/abook/abook-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.0.ebuild,v 1.1 2003/07/20 15:26:11 mcummings Exp $
-
-DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
-HOMEPAGE="http://abook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/abook/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-DEPEND="sys-libs/ncurses"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- cd ${S}
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/app-misc/abook/abook-0.5.1-r1.ebuild b/app-misc/abook/abook-0.5.1-r1.ebuild
deleted file mode 100644
index 4e527455d5df..000000000000
--- a/app-misc/abook/abook-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.1-r1.ebuild,v 1.1 2004/02/09 16:40:35 rizzo Exp $
-
-DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
-HOMEPAGE="http://abook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/abook/${P}.tar.gz"
-RESTRICT="nomirror"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-DEPEND="sys-libs/ncurses
- sys-libs/readline"
-
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/0.5.1-01_mutt-filter
-}
-
-src_compile() {
- cd ${S}
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL README THANKS TODO
- dodoc sample.abookrc
-}
diff --git a/app-misc/abook/abook-0.5.1.ebuild b/app-misc/abook/abook-0.5.1.ebuild
deleted file mode 100644
index 4061a0809938..000000000000
--- a/app-misc/abook/abook-0.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.1.ebuild,v 1.1 2003/12/26 01:27:42 pyrania Exp $
-
-DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
-HOMEPAGE="http://abook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/abook/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-DEPEND="sys-libs/ncurses
- sys-libs/readline"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- cd ${S}
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL README THANKS TODO
- dodoc sample.abookrc
-}
diff --git a/app-misc/abook/abook-0.5.2.ebuild b/app-misc/abook/abook-0.5.2.ebuild
deleted file mode 100644
index 8c305e16acc1..000000000000
--- a/app-misc/abook/abook-0.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.2.ebuild,v 1.1 2004/03/08 16:20:40 rizzo Exp $
-
-DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
-HOMEPAGE="http://abook.sourceforge.net/"
-SRC_URI="mirror://sourceforge/abook/${P}.tar.gz"
-RESTRICT="nomirror"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-DEPEND="sys-libs/ncurses
- sys-libs/readline"
-
-#S="${WORKDIR}/${P}"
-
-src_compile() {
- cd ${S}
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "install died"
- dodoc ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO
- dodoc sample.abookrc
-}
-
diff --git a/app-misc/abook/files/0.5.1-01_mutt-filter b/app-misc/abook/files/0.5.1-01_mutt-filter
deleted file mode 100644
index f34d2438a4b7..000000000000
--- a/app-misc/abook/files/0.5.1-01_mutt-filter
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/abook-0.5.1/filter.c 2003-11-20 14:58:34.000000000 +0200
-+++ filter.c 2004-01-22 13:47:31.000000000 +0200
-@@ -646,7 +646,7 @@
- }
-
- strncpy(*alias, tmp, ptr - tmp - 1);
-- *(*alias + (ptr - tmp)) = 0;
-+ *(*alias + (ptr - tmp - 1)) = 0;
-
- while(ISSPACE(*ptr))
- ptr++;
diff --git a/app-misc/abook/files/digest-abook-0.5.0 b/app-misc/abook/files/digest-abook-0.5.0
deleted file mode 100644
index 9aab56b9a6dc..000000000000
--- a/app-misc/abook/files/digest-abook-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 358630b5c5b4bb2097a51fe3cbe58297 abook-0.5.0.tar.gz 164842
diff --git a/app-misc/abook/files/digest-abook-0.5.1 b/app-misc/abook/files/digest-abook-0.5.1
deleted file mode 100644
index c11bdb0880fd..000000000000
--- a/app-misc/abook/files/digest-abook-0.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3aaddb943845a875e53a0064b76a2f80 abook-0.5.1.tar.gz 173414
diff --git a/app-misc/abook/files/digest-abook-0.5.1-r1 b/app-misc/abook/files/digest-abook-0.5.1-r1
deleted file mode 100644
index c11bdb0880fd..000000000000
--- a/app-misc/abook/files/digest-abook-0.5.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3aaddb943845a875e53a0064b76a2f80 abook-0.5.1.tar.gz 173414
diff --git a/app-misc/abook/files/digest-abook-0.5.2 b/app-misc/abook/files/digest-abook-0.5.2
deleted file mode 100644
index 8c8fa0b813fb..000000000000
--- a/app-misc/abook/files/digest-abook-0.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1b6ef00c860cb3ac5ad61cc79a49c87f abook-0.5.2.tar.gz 183852