removing old aria
This commit is contained in:
		| @@ -1,8 +0,0 @@ | |||||||
| DIST aria2-0.6.0+1.tar.bz2 334435 RMD160 24eefc38e64123147140cb550d375907bae8c5e7 SHA1 0c349afa9879dd47dd42879791e4e60be5252a05 SHA256 059492b5d080d7cf5cbf812d4eca2de178399a9a23f81ecc5005da1bbe868c42 |  | ||||||
| EBUILD aria2-0.6.0.1.ebuild 1215 RMD160 05bdf91ffeec47d1f3a03fb97d41f0d8ca20003e SHA1 2b318f666500c763836346d229bee9dc23e1f58c SHA256 c4d0c37bb563ffbfba70c67451e2602470661f0c6c21888a216a663b99eb8f76 |  | ||||||
| MD5 7b6b36ed253bd30c1c55f38ea3bfec0f aria2-0.6.0.1.ebuild 1215 |  | ||||||
| RMD160 05bdf91ffeec47d1f3a03fb97d41f0d8ca20003e aria2-0.6.0.1.ebuild 1215 |  | ||||||
| SHA256 c4d0c37bb563ffbfba70c67451e2602470661f0c6c21888a216a663b99eb8f76 aria2-0.6.0.1.ebuild 1215 |  | ||||||
| MD5 452b1f2b7fede5e1fc4b72c06bfec105 files/digest-aria2-0.6.0.1 244 |  | ||||||
| RMD160 8ac3239ce47cd48d9ba811a93d512c04ea0085ab files/digest-aria2-0.6.0.1 244 |  | ||||||
| SHA256 b7aaf849666359d80b700886663af0a222e46202366869d89287eb4b8d6a3aa5 files/digest-aria2-0.6.0.1 244 |  | ||||||
| @@ -1,55 +0,0 @@ | |||||||
| # Copyright 1999-2006 Gentoo Foundation |  | ||||||
| # Distributed under the terms of the GNU General Public License v2 |  | ||||||
| # $Header: $ |  | ||||||
|  |  | ||||||
| inherit eutils |  | ||||||
|  |  | ||||||
| DESCRIPTION="aria2 is a download utility with resuming and segmented downloading." |  | ||||||
| HOMEPAGE="http://aria2.sourceforge.net/" |  | ||||||
|  |  | ||||||
| SRC_URI="mirror://sourceforge/${PN}/${P/\.1/+1}.tar.bz2" |  | ||||||
| echo $SRC_URI |  | ||||||
|  |  | ||||||
| LICENSE="GPL-2" |  | ||||||
| SLOT="0" |  | ||||||
| KEYWORDS="~amd64 ~ppc ~x86" |  | ||||||
| IUSE="bittorrent gnutls metalink nls ssl" |  | ||||||
|  |  | ||||||
| RDEPEND="ssl? ( gnutls? ( net-libs/gnutls ) |  | ||||||
| 				!gnutls? ( dev-libs/openssl ) ) |  | ||||||
|         bittorrent? ( gnutls? ( dev-libs/libgcrypt ) ) |  | ||||||
|         metalink? ( >=dev-libs/libxml2-2.6.26 )" |  | ||||||
|  |  | ||||||
| DEPEND="${RDEPEND} |  | ||||||
| 		nls? ( sys-devel/gettext )" |  | ||||||
|  |  | ||||||
|  |  | ||||||
| S="${WORKDIR}/${P/\.1/+1}" |  | ||||||
|  |  | ||||||
|  |  | ||||||
| pkg_setup() { |  | ||||||
| 	if use bittorrent && (! use ssl && ! use gnutls); then |  | ||||||
| 		eerror "For bittorrent, you need either ssl or gnutls" |  | ||||||
| 		eerror "use flag enabled" |  | ||||||
| 		die "use flag inconsistency" |  | ||||||
| 	fi |  | ||||||
| } |  | ||||||
|  |  | ||||||
| src_compile () { |  | ||||||
| 	econf \ |  | ||||||
| 	    $(use_enable ssl) \ |  | ||||||
| 		$(use_enable gnutls) \ |  | ||||||
| 		$(use_enable bittorrent) \ |  | ||||||
| 		$(use_enable metalink) \ |  | ||||||
| 		$(use_enable nls) \ |  | ||||||
| 		|| die |  | ||||||
|  |  | ||||||
| 		emake || die |  | ||||||
| } |  | ||||||
|  |  | ||||||
| src_install () { |  | ||||||
| 	make install DESTDIR=${D} || die "make install failed." |  | ||||||
| #	einstall || die "einstall failed" |  | ||||||
| 	dodoc AUTHORS NEWS README TODO |  | ||||||
|  |  | ||||||
| } |  | ||||||
| @@ -1,3 +0,0 @@ | |||||||
| MD5 5a41813ce7d6a9c2c4bb56641ee08f4e aria2-0.6.0+1.tar.bz2 334435 |  | ||||||
| RMD160 24eefc38e64123147140cb550d375907bae8c5e7 aria2-0.6.0+1.tar.bz2 334435 |  | ||||||
| SHA256 059492b5d080d7cf5cbf812d4eca2de178399a9a23f81ecc5005da1bbe868c42 aria2-0.6.0+1.tar.bz2 334435 |  | ||||||
		Reference in New Issue
	
	Block a user