diff options
-rw-r--r-- | xfce-extra/transd/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/transd/transd-0_p20120503.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog index 834ead07510c..41205ee1e165 100644 --- a/xfce-extra/transd/ChangeLog +++ b/xfce-extra/transd/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for xfce-extra/transd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.13 2012/05/20 12:03:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.14 2012/05/20 20:20:17 ssuominen Exp $ + + 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> + transd-0_p20120503.ebuild: + Use gentoo mirrors instead of my devspace. 20 May 2012; Agostino Sarubbo <ago@gentoo.org> transd-0_p20120503.ebuild: - Stable for amd64, wrt bug #416223 + Stable for amd64, wrt bug #416233 05 May 2012; Michał Górny <mgorny@gentoo.org> transd-0_p20110501.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/xfce-extra/transd/transd-0_p20120503.ebuild b/xfce-extra/transd/transd-0_p20120503.ebuild index e2ed502d9f92..d621d106ccc4 100644 --- a/xfce-extra/transd/transd-0_p20120503.ebuild +++ b/xfce-extra/transd/transd-0_p20120503.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/xfce-extra/transd/transd-0_p20120503.ebuild,v 1.3 2012/05/20 12:03:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20120503.ebuild,v 1.4 2012/05/20 20:20:17 ssuominen Exp $ EAPI=4 EAUTORECONF=yes @@ -9,7 +9,7 @@ inherit xfconf DESCRIPTION="A small daemon to watch for window creation and set window transparency values" HOMEPAGE="http://spuriousinterrupt.org/projects/transd" -SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" |