diff options
author | Eray Aslan <eras@gentoo.org> | 2011-07-21 16:13:28 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-07-21 16:13:28 +0000 |
commit | 2cb0b4eec595b1ac342c7e74ef81c1585607a31f (patch) | |
tree | b9a52a508f55b1909d5a51d09217e09332c1f0c2 /net-mail | |
parent | remove mask for net-mail/vm-pop3d as it is no longer in the tree (diff) | |
download | gentoo-2-2cb0b4eec595b1ac342c7e74ef81c1585607a31f.tar.gz gentoo-2-2cb0b4eec595b1ac342c7e74ef81c1585607a31f.tar.bz2 gentoo-2-2cb0b4eec595b1ac342c7e74ef81c1585607a31f.zip |
remove from tree - bug #370227
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/signature/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/signature/signature-0.14.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/net-mail/signature/ChangeLog b/net-mail/signature/ChangeLog index abc213202caf..94830b18707f 100644 --- a/net-mail/signature/ChangeLog +++ b/net-mail/signature/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/signature -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/signature/ChangeLog,v 1.1 2008/06/15 12:38:27 dertobi123 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/signature/ChangeLog,v 1.2 2011/07/21 16:13:28 eras Exp $ + + 21 Jul 2011; Eray Aslan <eras@gentoo.org> -signature-0.14.ebuild: + remove from tree - bug #370227 *signature-0.14 (15 Jun 2008) diff --git a/net-mail/signature/signature-0.14.ebuild b/net-mail/signature/signature-0.14.ebuild deleted file mode 100644 index 38dd5fa1adde..000000000000 --- a/net-mail/signature/signature-0.14.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/signature/signature-0.14.ebuild,v 1.1 2008/06/15 12:38:27 dertobi123 Exp $ - -DESCRIPTION="signature produces dynamic signatures for livening up your e-mail and news postings." -SRC_URI="http://www.caliban.org/files/signature/${P}.tar.gz" -HOMEPAGE="http://www.caliban.org/linux_signature.html" -LICENSE="GPL-2" -DEPEND="games-misc/fortune-mod" -IUSE="" -SLOT=0 -KEYWORDS="~x86 ~amd64" - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} |