diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:28:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:28:38 +0000 |
commit | eda7ae4476a51cc768dba7989a6d836c35128f22 (patch) | |
tree | 9ec48a38d7c222319c18f41205529fa72397fe33 /xfce-extra | |
parent | Fix HTML documentation install path. EAPI4. (diff) | |
download | historical-eda7ae4476a51cc768dba7989a6d836c35128f22.tar.gz historical-eda7ae4476a51cc768dba7989a6d836c35128f22.tar.bz2 historical-eda7ae4476a51cc768dba7989a6d836c35128f22.zip |
EAPI4. Use Gentoo mirrors.
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/transd/transd-0_p20101006.ebuild | 14 | ||||
-rw-r--r-- | xfce-extra/transd/transd-0_p20110501.ebuild | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/xfce-extra/transd/transd-0_p20101006.ebuild b/xfce-extra/transd/transd-0_p20101006.ebuild index 1b5052bc5139..ad33b4ff2e63 100644 --- a/xfce-extra/transd/transd-0_p20101006.ebuild +++ b/xfce-extra/transd/transd-0_p20101006.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20101006.ebuild,v 1.8 2011/03/29 04:06:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20101006.ebuild,v 1.9 2011/05/19 21:28:38 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes EINTLTOOLIZE=yes inherit xfconf @@ -17,18 +17,14 @@ KEYWORDS="amd64 x86" IUSE="debug" RDEPEND="x11-libs/libX11 - >=xfce-base/libxfcegui4-4.2" + >=xfce-base/libxfcegui4-4.8" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS="AUTHORS README TODO" + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS README TODO ) } src_prepare() { diff --git a/xfce-extra/transd/transd-0_p20110501.ebuild b/xfce-extra/transd/transd-0_p20110501.ebuild index 3b20eee7a27e..df17aaafcd11 100644 --- a/xfce-extra/transd/transd-0_p20110501.ebuild +++ b/xfce-extra/transd/transd-0_p20110501.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20110501.ebuild,v 1.1 2011/05/01 11:48:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20110501.ebuild,v 1.2 2011/05/19 21:28:38 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" |