diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-04-18 14:22:51 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-04-18 14:22:51 +0200 |
commit | fe2580d26fc2ee5daca14210cdc326f3bcccf53e (patch) | |
tree | db839de680ed23a995089458c6925f7deeb99a8a | |
parent | x11-plugins/gtkparasite: Added version from git (diff) | |
download | gnome-live-fe2580d26fc2ee5daca14210cdc326f3bcccf53e.tar.gz gnome-live-fe2580d26fc2ee5daca14210cdc326f3bcccf53e.tar.bz2 gnome-live-fe2580d26fc2ee5daca14210cdc326f3bcccf53e.zip |
x11-plugins/gtkparasite: ebuild review.
-rw-r--r-- | x11-plugins/gtkparasite/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gtkparasite/gtkparasite-9999.ebuild | 19 |
2 files changed, 13 insertions, 8 deletions
diff --git a/x11-plugins/gtkparasite/Manifest b/x11-plugins/gtkparasite/Manifest index b283455..862dd80 100644 --- a/x11-plugins/gtkparasite/Manifest +++ b/x11-plugins/gtkparasite/Manifest @@ -1 +1 @@ -EBUILD gtkparasite-9999.ebuild 488 RMD160 61f479fb56e7791c6c767346422f413677c78c9f SHA1 a2a95c33db09f0a0caba0bd9479c333cb7343955 SHA256 f769c73f84bbc0130851d65a2a25fa435211a4942979f622fb95517f61ecf9de +EBUILD gtkparasite-9999.ebuild 602 RMD160 f642fa6416bf04d8ed99153cb3249f8fee34bf13 SHA1 4b4cb4179e1b597fd5a110fe5341c0ebccb085b5 SHA256 b83180346f87a75bf3d5b216fd79062bbfd62d4e6b65372d2e05a996b2df7e6c diff --git a/x11-plugins/gtkparasite/gtkparasite-9999.ebuild b/x11-plugins/gtkparasite/gtkparasite-9999.ebuild index 92443ea..d1c6b0a 100644 --- a/x11-plugins/gtkparasite/gtkparasite-9999.ebuild +++ b/x11-plugins/gtkparasite/gtkparasite-9999.ebuild @@ -2,23 +2,28 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit git +inherit autotools base git DESCRIPTION="Parasite is a GTK+ debugger" HOMEPAGE="http://chipx86.github.com/gtkparasite/" EGIT_REPO_URI="git://github.com/chipx86/gtkparasite" -EGIT_BOOTSTRAP="./autogen.sh --help" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.12.0 - >=dev-python/pygtk-2.10.3" -RDEPEND="${DEPEND}" +# FIXME: python support is automagic +RDEPEND=">=x11-libs/gtk+-2.12.0 + >=dev-python/pygtk-2.10.3" +DEPEND="${RDEPEND}" + +# All of these are currently empty +#DOCS="AUTHORS ChangeLog NEWS README" src_unpack() { git_src_unpack -} + cd "${S}" + eautoreconf +} |