summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:26:20 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:20:20 +0200
commit37a59754751684d9685bb7eefbf6b31ae9a316aa (patch)
tree7c85518e542c8acb889239b89ca26f814f03b513 /net-mail/ripole
parentnet-mail/offlineimap: Drop old (diff)
downloadgentoo-37a59754751684d9685bb7eefbf6b31ae9a316aa.tar.gz
gentoo-37a59754751684d9685bb7eefbf6b31ae9a316aa.tar.bz2
gentoo-37a59754751684d9685bb7eefbf6b31ae9a316aa.zip
net-mail/ripole: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/ripole')
-rw-r--r--net-mail/ripole/Manifest1
-rw-r--r--net-mail/ripole/ripole-0.2.1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-mail/ripole/Manifest b/net-mail/ripole/Manifest
index 532e39b953c0..f81a47d795fb 100644
--- a/net-mail/ripole/Manifest
+++ b/net-mail/ripole/Manifest
@@ -1,2 +1 @@
-DIST ripole-0.2.1.tar.gz 31031 BLAKE2B 21ca669aca3a27f68bd6090d68dfa1e1fcaa98d67c7f9de1cf8d3f037048ae182b9421102361eab12e2191ea0cf90b47c2d50d4ad9e4adb0ba324c3436466d36 SHA512 bec441ab80219bbd2f5032603a655a5211fbc046d1ea61d5d42ea9bc0e3d6cdd6ef1beb3bb51be4616c94d5cbb45c9e9f64cc3f1ada3733b7f850730d4df68fb
DIST ripole-0.2.2.tar.gz 30629 BLAKE2B 63ff7c0d086861d8aa9c1fea7e69086874b90e3181898e36338cb3913e90c6ed7e6f222ff985d92386535a222e44e8a324658f0b4bd51de508f92a82f37f5eb1 SHA512 de3a4fe511e11d4ed8b5589aaf102c60c59c8a3cbbd1d988955b89d597ac7a5992f63a7ac36d8aad3916fa9f6311c5a0260136d534973fdf1b4a5fa5296b6b92
diff --git a/net-mail/ripole/ripole-0.2.1.ebuild b/net-mail/ripole/ripole-0.2.1.ebuild
deleted file mode 100644
index 5e8fab2f787b..000000000000
--- a/net-mail/ripole/ripole-0.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-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 ~sparc x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.2.0-ldflags.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ripole
- dodoc CHANGELOG README CONTRIBUTORS
-}