diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-10 10:12:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-10 10:12:08 +0000 |
commit | 0fa6cf858f82d789597cc96cb98104b3a7b8520c (patch) | |
tree | e1c37083d5d03f86157e5ca200b70e4ca30d6552 /app-cdr/xfburn | |
parent | downstream link to bug to be complete (diff) | |
download | gentoo-2-0fa6cf858f82d789597cc96cb98104b3a7b8520c.tar.gz gentoo-2-0fa6cf858f82d789597cc96cb98104b3a7b8520c.tar.bz2 gentoo-2-0fa6cf858f82d789597cc96cb98104b3a7b8520c.zip |
convert SRC_URI to comply with gentoo-xfce standards or whatever
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/xfburn')
-rw-r--r-- | app-cdr/xfburn/xfburn-0.4.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild b/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild index 0d96cd45215d..581ca04a78ac 100644 --- a/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild +++ b/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild,v 1.4 2012/01/02 12:59:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.4.3-r3.ebuild,v 1.5 2012/03/10 10:12:08 ssuominen Exp $ EAPI=4 EAUTORECONF=yes @@ -8,7 +8,7 @@ inherit xfconf DESCRIPTION="GTK+ based CD and DVD burning application" HOMEPAGE="http://goodies.xfce.org/projects/applications/xfburn" -SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${P}.tar.bz2 +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 mirror://debian/pool/main/x/${PN}/${PN}_${PV}-4.debian.tar.gz" LICENSE="GPL-2" |