diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-07 01:22:42 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-07 01:22:42 +0000 |
commit | 046249c8d62fce23be7f8071445481e7d219d93b (patch) | |
tree | 9764a81b2c3e6c5f7772edfcdab42c8d37d3b496 /kde-base/oxygen-icons | |
parent | Depend on <dev-lang/lua-5.2 because lua.trm is incompatible with lua 5.2. Thi... (diff) | |
download | gentoo-2-046249c8d62fce23be7f8071445481e7d219d93b.tar.gz gentoo-2-046249c8d62fce23be7f8071445481e7d219d93b.tar.bz2 gentoo-2-046249c8d62fce23be7f8071445481e7d219d93b.zip |
Use different filename for repacked tarball
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r-- | kde-base/oxygen-icons/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index cd67299cb849..3b4f17e92707 100644 --- a/kde-base/oxygen-icons/ChangeLog +++ b/kde-base/oxygen-icons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/oxygen-icons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.95 2012/03/06 23:35:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.96 2012/03/07 01:22:42 dilfridge Exp $ + + 07 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> + oxygen-icons-4.8.1.ebuild: + Use different filename for repacked tarball *oxygen-icons-4.8.1 (06 Mar 2012) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild index 732b64615b53..f1575b3c1d6c 100644 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-4.8.1.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/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild,v 1.1 2012/03/06 23:35:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild,v 1.2 2012/03/07 01:22:42 dilfridge Exp $ EAPI=4 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.oxygen-icons.org/" # filename of one of the tarballs [[ ${PV} == *9999 ]] || \ SRC_URI=" - !bindist? ( http://dev.gentoo.org/~alexxy/distfiles/${MY_P}.tar.xz ) + !bindist? ( http://dev.gentoo.org/~dilfridge/distfiles/${MY_P}.repacked.tar.xz ) bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) " |