summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-11-24 12:55:46 +0000
committerPacho Ramos <pacho@gentoo.org>2011-11-24 12:55:46 +0000
commit27354714e769f1085a5e4d3660da7cdcd44affae (patch)
tree26f936c9e26dfb67c96d9a13ce5a2b07e6e8b060 /net-misc/axel
parentDrop maintainer due retirement, bug #290906 (diff)
downloadhistorical-27354714e769f1085a5e4d3660da7cdcd44affae.tar.gz
historical-27354714e769f1085a5e4d3660da7cdcd44affae.tar.bz2
historical-27354714e769f1085a5e4d3660da7cdcd44affae.zip
Drop maintainer due retirement, bug #290906; drop old.
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'net-misc/axel')
-rw-r--r--net-misc/axel/ChangeLog5
-rw-r--r--net-misc/axel/axel-2.4.ebuild49
-rw-r--r--net-misc/axel/metadata.xml3
3 files changed, 5 insertions, 52 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog
index 9eac8702c7cf..be1489ff99d6 100644
--- a/net-misc/axel/ChangeLog
+++ b/net-misc/axel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/axel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.59 2011/05/01 14:49:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.60 2011/11/24 12:53:54 pacho Exp $
+
+ 24 Nov 2011; Pacho Ramos <pacho@gentoo.org> -axel-2.4.ebuild, metadata.xml:
+ Drop maintainer due retirement, bug #290906; drop old.
*axel-2.4-r1 (01 May 2011)
diff --git a/net-misc/axel/axel-2.4.ebuild b/net-misc/axel/axel-2.4.ebuild
deleted file mode 100644
index 25f7ffca7f6e..000000000000
--- a/net-misc/axel/axel-2.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-2.4.ebuild,v 1.6 2011/02/26 18:14:47 xarthisius Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Light Unix download accelerator"
-HOMEPAGE="http://axel.alioth.debian.org/"
-SRC_URI="http://alioth.debian.org/frs/download.php/3016/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris"
-IUSE="debug nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-src_prepare() {
- sed -i -e "s/^LFLAGS=$/&${LDFLAGS}/" configure || die "sed failed"
-}
-
-src_configure() {
- local myconf=""
-
- use debug && myconf+=" --debug=1"
- use nls && myconf+=" --i18n=$(use nls && echo 1 || echo 0)"
- econf \
- --strip=0 \
- ${myconf}
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc API CHANGES CREDITS README axelrc.example || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo 'To use axel with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND='\''axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\'
- einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
-}
diff --git a/net-misc/axel/metadata.xml b/net-misc/axel/metadata.xml
index c2843ff69872..a40624fba8f0 100644
--- a/net-misc/axel/metadata.xml
+++ b/net-misc/axel/metadata.xml
@@ -2,7 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>chiiph@gentoo.org</email>
- <name>Tomas Touceda</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>