diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-08-07 18:29:36 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-08-07 18:29:36 +0000 |
commit | b630a49171ca75f49dfa22874f27db89287449c8 (patch) | |
tree | 785613139ec41b4e5e0603cde6925c934df5bb65 /net-misc/emirror | |
parent | Stable for amd64, wrt bug #397167 (diff) | |
download | gentoo-2-b630a49171ca75f49dfa22874f27db89287449c8.tar.gz gentoo-2-b630a49171ca75f49dfa22874f27db89287449c8.tar.bz2 gentoo-2-b630a49171ca75f49dfa22874f27db89287449c8.zip |
Remove old.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/emirror')
-rw-r--r-- | net-misc/emirror/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/emirror/emirror-2.1.21.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/net-misc/emirror/ChangeLog b/net-misc/emirror/ChangeLog index 3c1043081602..55e1c1e1ae2f 100644 --- a/net-misc/emirror/ChangeLog +++ b/net-misc/emirror/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/emirror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/ChangeLog,v 1.13 2012/08/07 18:27:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/ChangeLog,v 1.14 2012/08/07 18:29:35 kensington Exp $ + + 07 Aug 2012; Michael Palimaka <kensington@gentoo.org> -emirror-2.1.21.ebuild: + Remove old. 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> emirror-2.2.0.0.4.ebuild: Stable for amd64, wrt bug #397167 diff --git a/net-misc/emirror/emirror-2.1.21.ebuild b/net-misc/emirror/emirror-2.1.21.ebuild deleted file mode 100644 index c9eaa4f7b16f..000000000000 --- a/net-misc/emirror/emirror-2.1.21.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/emirror/emirror-2.1.21.ebuild,v 1.7 2008/09/23 02:08:18 cla Exp $ - -DESCRIPTION="ECLiPt FTP mirroring tool" -HOMEPAGE="http://sourceforge.net/projects/emirror/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man/man1 \ - sysconfdir="${D}"/etc \ - install || die "emake install failed" - dodoc doc/* -} |