]> Pileus Git - ~andy/sunrise/commitdiff
gnome-extra/guake: Add suggested RDEPEND=${DEPEND}, move to EAPI-2-usedeps
authorThomas Sachau <tommy@gentoo.org>
Mon, 19 Jan 2009 18:10:10 +0000 (18:10 +0000)
committerThomas Sachau <tommy@gentoo.org>
Mon, 19 Jan 2009 18:10:10 +0000 (18:10 +0000)
svn path=/sunrise/; revision=7699

gnome-extra/guake/ChangeLog
gnome-extra/guake/Manifest
gnome-extra/guake/guake-0.3.1.ebuild
gnome-extra/guake/guake-9999.ebuild

index e8fe199dc5389d7fe52b0c706580c7fde2ad6d39..5e613e3f029a689a8ccf5c000151460dec4df5b0 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for gnome-extra/guake
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  guake-0.3.1.ebuild, guake-9999.ebuild:
+  Add suggested RDEPEND=${DEPEND}, move to EAPI-2-usedeps
+
   04 Aug 2008; Isakov_AN <satana.hell@gmail.com> +guake-9999.ebuild:
   Add live git ebuild
 
index c259ae94e8c7f2dd57ce7320d14922797d00dc4a..15c82c46810cdfbfe7de637c6e3f37b6aa9081fa 100644 (file)
@@ -1,5 +1,5 @@
 DIST guake-0.3.1.tar.gz 481572 RMD160 6df5ae6a95313152ac48dfee424f38b38bb43a9c SHA1 2973fc0dd22e89155a4b3cc1c8cf0b6ef74cd1b7 SHA256 a3888dffd3e592d53f1b4d504a3fdc680bef44749ad5694529b4098e98e4c2c9
-EBUILD guake-0.3.1.ebuild 593 RMD160 bb4f1638a836b40312e3d857d084f075201921d9 SHA1 076e8a40c8c4fe2c4b855556f4f072aa8310f9c2 SHA256 141e5b904464f7efb41cdde546cf585c48d3c50f2e724ae94c6af4a16783655f
-EBUILD guake-9999.ebuild 802 RMD160 195c3d8b6988cf28a223ddf18b28c1e68bdeb46d SHA1 33b375cc382b1d6060789f2e4f5d8568f654e137 SHA256 e593dba6bce349aa8d925d9e0fa041c637b07144dc0feec92a73ed5ddd6b803f
-MISC ChangeLog 918 RMD160 d170fd0ca7a67a11404ce9c588770d516fd2b373 SHA1 8c01b7401d370ddb8d03ecdf9661666cbf09a027 SHA256 83a7ddd142d3c869ea478a56246a6d7562ebadc708cac34a7f2b976ae552272c
+EBUILD guake-0.3.1.ebuild 481 RMD160 728df7f52d9809278a9678128d546f2da9cbcbac SHA1 fbc370cd43e09059939305d0bfc9f316aec35877 SHA256 e402b94dcfb8753b43a8de5641c383a6067ddfb7c684fcaf3f39ad9267991442
+EBUILD guake-9999.ebuild 679 RMD160 ec242d7a721a54c65129e2aa59007af50fdc8f89 SHA1 902cdba06ac1b247de2879453c6dcee402ec5036 SHA256 a4c5ca019a2dd2a1ec91e99d4921ae89cfb7e7ba140b55277b4a46c78f10eef3
+MISC ChangeLog 1077 RMD160 787183693079d21336dc9d92657477c9c38e3b28 SHA1 8d2d5b6ffda5bd953413e444c07097a7aa75c7d8 SHA256 93bf8ea5a20ab6cf8a8d5bff6725869de5f0099b4fba9dc5aeb5545a4b048829
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
index cd1de81f895277bd3f2e6d4260b7f279e4866780..9f4a763d4c5232b538ab106568be359e8bf0681d 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="1"
+EAPI="2"
 inherit gnome2
 
 DESCRIPTION="Guake is a drop-down terminal for Gnome"
@@ -17,11 +17,5 @@ IUSE=""
 DEPEND=">=dev-lang/python-2.4
        dev-python/gnome-python
        dev-python/notify-python
-       x11-libs/vte"
-
-pkg_setup() {
-       if ! built_with_use x11-libs/vte python ; then
-               eerror "You must rebuild x11-libs/vte with python USE flag."
-               die
-       fi
-}
+       x11-libs/vte[python]"
+RDEPEND=${DEPEND}
index 90dac487312310b4a04e1bcf49e0bcdd071398d9..cbd33bd5bbd09c2ec91948451ea5e2bea7dea2f1 100644 (file)
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=2
 inherit git gnome2 autotools
 
 DESCRIPTION="Guake is a drop-down terminal for Gnome"
@@ -17,19 +18,12 @@ IUSE=""
 RDEPEND=">=dev-lang/python-2.4
        dev-python/gnome-python
        dev-python/notify-python
-       x11-libs/vte"
+       x11-libs/vte[python]"
 DEPEND="${RDEPEND}
        sys-devel/gettext
        dev-util/intltool
        dev-util/pkgconfig"
 
-pkg_setup() {
-       if ! built_with_use x11-libs/vte python ; then
-               eerror "You must rebuild x11-libs/vte with python USE flag."
-               die
-       fi
-}
-
 src_unpack() {
        git_src_unpack
        intltoolize -c -f --automake || die "intltoolize failed"