summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-12-01 12:01:23 +0000
committerEray Aslan <eras@gentoo.org>2011-12-01 12:01:23 +0000
commit3bc427b17a6aa336fec3b689821774a4c3a455d2 (patch)
treea02546a4b545be3d30110af913afc4b74fa70477 /net-mail/ripole
parentRemove old python versions from the tree. (diff)
downloadgentoo-2-3bc427b17a6aa336fec3b689821774a4c3a455d2.tar.gz
gentoo-2-3bc427b17a6aa336fec3b689821774a4c3a455d2.tar.bz2
gentoo-2-3bc427b17a6aa336fec3b689821774a4c3a455d2.zip
remove old
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/ripole')
-rw-r--r--net-mail/ripole/ChangeLog5
-rw-r--r--net-mail/ripole/ripole-0.2.0.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/net-mail/ripole/ChangeLog b/net-mail/ripole/ChangeLog
index 09fca0b7c3cd..aafc07e7d53a 100644
--- a/net-mail/ripole/ChangeLog
+++ b/net-mail/ripole/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/ripole
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.13 2011/11/28 11:37:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ChangeLog,v 1.14 2011/12/01 12:01:23 eras Exp $
+
+ 01 Dec 2011; Eray Aslan <eras@gentoo.org> -ripole-0.2.0.ebuild:
+ remove old
28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ripole-0.2.1.ebuild:
x86 stable wrt bug #391327
diff --git a/net-mail/ripole/ripole-0.2.0.ebuild b/net-mail/ripole/ripole-0.2.0.ebuild
deleted file mode 100644
index 0e9bd55be2ca..000000000000
--- a/net-mail/ripole/ripole-0.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ripole/ripole-0.2.0.ebuild,v 1.7 2011/06/06 10:12:20 eras Exp $
-
-inherit eutils
-
-DESCRIPTION="Program/library to pull out attachment from OLE2 data files"
-HOMEPAGE="http://www.pldaniels.com/ripole/"
-SRC_URI="http://www.pldaniels.com/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 hppa x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_compile() {
- epatch "${FILESDIR}"/${P}-ldflags.patch
- make CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin ripole
- dodoc CHANGELOG INSTALL README TODO CONTRIBUTORS
-}