diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-05 13:57:33 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-05 13:57:33 +0100 |
commit | 9c467e3f15555dd7f3a9d29b28c0ea2ff751fd48 (patch) | |
tree | 6c0294a300a45a32ffa71aa2180bb910bb853f75 /net-misc/axel | |
parent | Added django-cms (#427738) (diff) | |
download | gentoo-9c467e3f15555dd7f3a9d29b28c0ea2ff751fd48.tar.gz gentoo-9c467e3f15555dd7f3a9d29b28c0ea2ff751fd48.tar.bz2 gentoo-9c467e3f15555dd7f3a9d29b28c0ea2ff751fd48.zip |
net-misc/axel: Drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/Manifest | 2 | ||||
-rw-r--r-- | net-misc/axel/axel-1.1.ebuild | 53 | ||||
-rw-r--r-- | net-misc/axel/axel-2.3-r1.ebuild | 54 | ||||
-rw-r--r-- | net-misc/axel/axel-2.4-r1.ebuild | 52 |
4 files changed, 0 insertions, 161 deletions
diff --git a/net-misc/axel/Manifest b/net-misc/axel/Manifest index 73d7426b799c..f63ee4beac37 100644 --- a/net-misc/axel/Manifest +++ b/net-misc/axel/Manifest @@ -1,3 +1 @@ -DIST axel-1.1.tar.gz 45650 SHA256 398ea22b9805e563c3f703377ae6fedd4e339e6702f0f2af11ac7a8180d3eb43 SHA512 a0de04c7a616b8ad4445d8ca9a07dd4e8eacc726adf7771e6d0e1918fca1d22dc114744f4eb34ea53e3e09a08b6fc9ab987aae712284b460aa142df2b742dbc4 WHIRLPOOL 018e2dc856c3accbb926e551ed285a7cb6bb0eb88e17d023f5a805495e452467bb751ffc5c5f2d84c221587cabb726204fa544a3c77ed9b63602205b73a01b81 -DIST axel-2.3.tar.bz2 44827 SHA256 9b373cd840eb905551d5e16089dfa01e17b2bdb6f8d5cd3d59a8c0a6b4c19ac4 SHA512 17dc1509b0d2ec0051a3bbab95f1aef02dcebb2308e0378633827587080fbbcd45734eb24e530e164bcc240bf5d39d50fddf80369f71eb201980197316dd0433 WHIRLPOOL 2b87a6df43ad8dcf571dd5850bd2364f31044a8921d5b4d504d659e7c5960c4a8e5ef378620c2ae5deab79cdb5656d6d3ae85485bc3bdb1f365febccb09d85f4 DIST axel-2.4.tar.bz2 44995 SHA256 ebc7d40e989c680d2afa632a17e5208101608924cf446da20814a6f3c3338612 SHA512 34d73cea19f2bf393aa8d3e4b6c24296f8b1d4e6177da6f4728763e013d5d9d073aa5dae31d0ff175126e8fcbd973daf94674a70f100afc9e7d00b92b78b8ec9 WHIRLPOOL 373af984738008572847ae0ed84a518d0b61323e3612f48affa96175792b0856c2bd13601ddcdd0c81ead5059ee41130759bf9b0ada2a2654f767ec69d992a0f diff --git a/net-misc/axel/axel-1.1.ebuild b/net-misc/axel/axel-1.1.ebuild deleted file mode 100644 index 2e97ada1401e..000000000000 --- a/net-misc/axel/axel-1.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit toolchain-funcs - -DOWNLOAD_ID=2287 - -DESCRIPTION="Light Unix download accelerator" -HOMEPAGE="http://axel.alioth.debian.org/" -SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - # Set LDFLAGS and fix expr - sed -i -e 's/expr/& --/' -e "s/^LFLAGS=$/&${LDFLAGS}/" configure -} - -src_compile() { - local myconf - - use debug && myconf="--debug=1" - use nls && myconf="--i18n=1" - econf \ - --strip=0 \ - --etcdir=/etc \ - ${myconf} \ - || die - - 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 -} - -pkg_postinst() { - einfo 'To use axel with portage, try these settings in your make.conf' - einfo - einfo ' FETCHCOMMAND="/usr/bin/axel -a -o \${DISTDIR}/\${FILE} \${URI}"' - einfo ' RESUMECOMMAND="${FETCHCOMMAND}"' -} diff --git a/net-misc/axel/axel-2.3-r1.ebuild b/net-misc/axel/axel-2.3-r1.ebuild deleted file mode 100644 index 81905b863f99..000000000000 --- a/net-misc/axel/axel-2.3-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils toolchain-funcs - -DESCRIPTION="light Unix download accelerator" -HOMEPAGE="http://axel.alioth.debian.org/" -SRC_URI="http://alioth.debian.org/frs/download.php/2718/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="debug nls" - -RDEPEND="nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" -RDEPEND="${RDEPEND}" - -#S="${WORKDIR}/${PN}-1.1" - -src_unpack() { - unpack ${A} - cd "${S}" - # Set LDFLAGS and fix expr - sed -i -e 's/expr/& --/' -e "s/^LFLAGS=$/&${LDFLAGS}/" configure -} - -src_compile() { - local myconf - - use debug && myconf="--debug=1" - use nls && myconf="--i18n=1" - econf \ - --strip=0 \ - --etcdir=/etc \ - ${myconf} \ - || die - - 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 -} - -pkg_postinst() { - einfo 'To use axel with portage, try these settings in your make.conf' - einfo - einfo ' FETCHCOMMAND='\''/usr/bin/axel -a -o "\${DISTDIR}/\${FILE}.axel" "\${URI}" && mv "\${DISTDIR}/\${FILE}.axel" "\${DISTDIR}/\${FILE}"'\' - einfo ' RESUMECOMMAND="${FETCHCOMMAND}"' -} diff --git a/net-misc/axel/axel-2.4-r1.ebuild b/net-misc/axel/axel-2.4-r1.ebuild deleted file mode 100644 index b4bc67b05476..000000000000 --- a/net-misc/axel/axel-2.4-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils flag-o-matic toolchain-funcs - -DOWNLOAD_ID=3016 - -DESCRIPTION="Light Unix download accelerator" -HOMEPAGE="http://axel.alioth.debian.org/" -SRC_URI="http://alioth.debian.org/frs/download.php/${DOWNLOAD_ID}/${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() { - append-lfs-flags - 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="${CPPFLAGS} ${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}"' -} |