diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-11-21 19:13:29 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-11-21 19:13:29 +0000 |
commit | 4342358c97ec595528451cc24a09972f95cd8cea (patch) | |
tree | 62f066c30b3c5bba1d11f754a99e6aeaab8a9cb7 /net-libs/jreen/jreen-9999.ebuild | |
parent | Version bump. The new version fixes support for device names in grub, matchin... (diff) | |
download | gentoo-2-4342358c97ec595528451cc24a09972f95cd8cea.tar.gz gentoo-2-4342358c97ec595528451cc24a09972f95cd8cea.tar.bz2 gentoo-2-4342358c97ec595528451cc24a09972f95cd8cea.zip |
[net-libs/jreen] Drop pre-release now that there was a release and update $S instead of adding a custom SRC_UNPACK.
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/jreen/jreen-9999.ebuild')
-rw-r--r-- | net-libs/jreen/jreen-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild index 7a6e9faf7ee3..fd0e5b137774 100644 --- a/net-libs/jreen/jreen-9999.ebuild +++ b/net-libs/jreen/jreen-9999.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-9999.ebuild,v 1.2 2011/11/21 19:13:29 jmbsvicetto Exp $ EAPI=4 +MY_P=lib${PN}\-${PV} + if [[ ${PV} != *9999* ]]; then - SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2" + SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else GIT_ECLASS="git-2" @@ -30,4 +32,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -S="${WORKDIR}"/"${PN}" +S="${WORKDIR}/${MY_P}" |