diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-14 10:56:57 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-14 10:56:57 +0000 |
commit | 75f32128bbafa4165c30272664b10fd98ef0ce42 (patch) | |
tree | 07100f002b82d03ffe470d84a63776c78da994c9 /mail-client/mailx-support | |
parent | Add missing app-arch/unzip dependency, bug 371223 thank Piotr Szymaniak for r... (diff) | |
download | gentoo-2-75f32128bbafa4165c30272664b10fd98ef0ce42.tar.gz gentoo-2-75f32128bbafa4165c30272664b10fd98ef0ce42.tar.bz2 gentoo-2-75f32128bbafa4165c30272664b10fd98ef0ce42.zip |
remove old
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/mailx-support')
-rw-r--r-- | mail-client/mailx-support/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/mailx-support/mailx-support-20030215.ebuild | 31 | ||||
-rw-r--r-- | mail-client/mailx-support/mailx-support-20060102.ebuild | 23 |
3 files changed, 6 insertions, 56 deletions
diff --git a/mail-client/mailx-support/ChangeLog b/mail-client/mailx-support/ChangeLog index ed150e380bdc..7b52b4b694ea 100644 --- a/mail-client/mailx-support/ChangeLog +++ b/mail-client/mailx-support/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mailx-support -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.23 2010/10/19 05:54:22 leio Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/ChangeLog,v 1.24 2011/06/14 10:56:57 eras Exp $ + + 14 Jun 2011; Eray Aslan <eras@gentoo.org> -mailx-support-20030215.ebuild, + -mailx-support-20060102.ebuild: + Remove old versions. 19 Oct 2010; Mart Raudsepp <leio@gentoo.org> mailx-support-20030215.ebuild, mailx-support-20060102-r1.ebuild: diff --git a/mail-client/mailx-support/mailx-support-20030215.ebuild b/mail-client/mailx-support/mailx-support-20030215.ebuild deleted file mode 100644 index 5bbbfa9a087c..000000000000 --- a/mail-client/mailx-support/mailx-support-20030215.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20030215.ebuild,v 1.10 2010/10/19 05:54:22 leio Exp $ - -inherit eutils - -DESCRIPTION="Provides lockspool utility" -HOMEPAGE="http://www.openbsd.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch -} - -src_compile() { - emake || die -} - -src_install() { - einstall || die -} diff --git a/mail-client/mailx-support/mailx-support-20060102.ebuild b/mail-client/mailx-support/mailx-support-20060102.ebuild deleted file mode 100644 index bf037252154c..000000000000 --- a/mail-client/mailx-support/mailx-support-20060102.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102.ebuild,v 1.2 2007/03/28 22:31:02 ticho Exp $ - -inherit eutils - -DESCRIPTION="Provides lockspool utility" -HOMEPAGE="http://www.openbsd.org/" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -DEPEND="" -RDEPEND="" - -src_compile() { - emake -} - -src_install() { - einstall -} |