summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 19:01:52 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 19:01:52 +0000
commita9dcfeb9bb7d412c03b3f399fe4803d2ab6a08da (patch)
tree343f02f319550a23eeec442f8eee236f5b6e2180 /net-mail
parentRemove old. (diff)
downloadgentoo-2-a9dcfeb9bb7d412c03b3f399fe4803d2ab6a08da.tar.gz
gentoo-2-a9dcfeb9bb7d412c03b3f399fe4803d2ab6a08da.tar.bz2
gentoo-2-a9dcfeb9bb7d412c03b3f399fe4803d2ab6a08da.zip
Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/renattach/ChangeLog8
-rw-r--r--net-mail/renattach/renattach-1.2.2.ebuild28
2 files changed, 5 insertions, 31 deletions
diff --git a/net-mail/renattach/ChangeLog b/net-mail/renattach/ChangeLog
index 5fc2f35221b8..cf482f09bd04 100644
--- a/net-mail/renattach/ChangeLog
+++ b/net-mail/renattach/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/renattach
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/ChangeLog,v 1.6 2010/09/05 23:47:57 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/ChangeLog,v 1.7 2012/09/26 19:01:50 kensington Exp $
+
+ 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -renattach-1.2.2.ebuild:
+ Remove old.
*renattach-1.2.4 (05 Sep 2010)
@@ -25,4 +28,3 @@
07 Mar 2005; Christian Zoffoli <xmerlin@gentoo.org> +metadata.xml,
+renattach-1.2.2.ebuild:
added to portage
-
diff --git a/net-mail/renattach/renattach-1.2.2.ebuild b/net-mail/renattach/renattach-1.2.2.ebuild
deleted file mode 100644
index d20b3cca5aba..000000000000
--- a/net-mail/renattach/renattach-1.2.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/renattach-1.2.2.ebuild,v 1.4 2010/09/05 23:38:38 xmw Exp $
-
-inherit eutils
-
-DESCRIPTION="Filter that renames/deletes dangerous email attachments."
-SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
-HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
-
-DEPEND=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
- econf || die "configure error"
- emake || die "build error"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "install error"
- mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf
-
- dodoc AUTHORS ChangeLog README NEWS
-}