summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-28 16:41:12 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-28 16:41:12 +0000
commit3741b7b9e2d2427533eaef75e03f19a024853b38 (patch)
treea442fcca5ab53ddd0f9b47f94e2cbf261b4bb34c /dev-util/ghh
parentFixed gtk+ dep and some cleanup (diff)
downloadhistorical-3741b7b9e2d2427533eaef75e03f19a024853b38.tar.gz
historical-3741b7b9e2d2427533eaef75e03f19a024853b38.tar.bz2
historical-3741b7b9e2d2427533eaef75e03f19a024853b38.zip
Fixed gtk+ dep and some cleanup
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-util/ghh')
-rw-r--r--dev-util/ghh/ChangeLog7
-rw-r--r--dev-util/ghh/Manifest14
-rw-r--r--dev-util/ghh/ghh-9999.ebuild22
3 files changed, 28 insertions, 15 deletions
diff --git a/dev-util/ghh/ChangeLog b/dev-util/ghh/ChangeLog
index 3b463243e360..9562c7de8eb6 100644
--- a/dev-util/ghh/ChangeLog
+++ b/dev-util/ghh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ghh
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.3 2010/03/17 17:12:15 sping Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.4 2011/03/28 16:41:12 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> ghh-9999.ebuild:
+ Fixed gtk+ dep and some cleanup
17 Mar 2010; Sebastian Pipping <sping@gentoo.org> ghh-9999.ebuild:
Propagate move of dev-util/git to dev-vcs/git
diff --git a/dev-util/ghh/Manifest b/dev-util/ghh/Manifest
index ee42365515fe..da4d0b0b8c3d 100644
--- a/dev-util/ghh/Manifest
+++ b/dev-util/ghh/Manifest
@@ -1,3 +1,13 @@
-EBUILD ghh-9999.ebuild 901 RMD160 07d90eba2c01798eabfb61dab6d6e4ae2ec14f4d SHA1 07f7a50418ffe97aa7c316baa179ba8fa1ccd169 SHA256 a4f8073d3a34294cbf9001f1d4184df179df8cc2b4bf71b7fa6aee60acfd0079
-MISC ChangeLog 566 RMD160 899f30441eb08831bb245d6eb83a3959d1b1755a SHA1 42cc55887f32eacfadf2f52bab8359b6e432a28f SHA256 15188677c2b3a364edd906d99a2c9e7ce54f32386d477fbf6bbe0c788edc4337
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD ghh-9999.ebuild 902 RMD160 a43939a9d8d7dc87478a813940cb8b1fb3571fea SHA1 e2f58a972048d670f5a4a1a93a01dcc9708fbbbd SHA256 860b136f3dba2098ee0924244c4ab1694efe7449af573f035ad1e9a67df3499d
+MISC ChangeLog 672 RMD160 6d1e060962199a5d5975573e4a06e4f39ffd7696 SHA1 205d1dd30a8724e57fdc786bcc989bf4d7d20649 SHA256 07ae57a382ebe6d3a3ca906259d6ba6453fe8edbf176d500113084d56e28efa1
MISC metadata.xml 232 RMD160 854b06094287201d0b98f2b21d36054db25d81cd SHA1 cc4f98e9ee0102aea687d71cf3af924cf156edbb SHA256 21382e863647add08888c924279a4b931b2b90ccd0cf5e526ee74a3d5e1fd0df
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk2Qq/kACgkQmWq1bYTyC0OFXAD/XIy/WZsp7kgiJw8aLhxU8r8G
+gAGyC+o8JTZwbmjFQFcBAJsoyOkerhjamxEsKmOvo4lpAX+JY59IfR8LvnVTBpIx
+=oO/q
+-----END PGP SIGNATURE-----
diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild
index 302010772cee..261fba23aebd 100644
--- a/dev-util/ghh/ghh-9999.ebuild
+++ b/dev-util/ghh/ghh-9999.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.4 2010/03/17 17:12:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.5 2011/03/28 16:41:12 angelos Exp $
-EGIT_REPO_URI="http://jean-francois.richard.name/ghh.git"
-inherit git autotools
+EAPI=3
+inherit autotools git
DESCRIPTION="a tool to track the history and make backups of your home directory"
HOMEPAGE="http://jean-francois.richard.name/ghh/"
+EGIT_REPO_URI="http://jean-francois.richard.name/${PN}.git"
+EGIT_BOOTSTRAP="autogen.sh"
LICENSE="GPL-2"
SLOT="0"
@@ -14,9 +16,9 @@ KEYWORDS=""
IUSE=""
# probably needs more/less crap listed here ...
-RDEPEND="=x11-libs/gtk+-2*
- =dev-libs/glib-2*
- =gnome-base/libgnome-2*
+RDEPEND="x11-libs/gtk+:2
+ dev-libs/glib:2
+ gnome-base/libgnome
app-text/gnome-doc-utils
>=app-text/asciidoc-8
dev-vcs/git
@@ -24,10 +26,8 @@ RDEPEND="=x11-libs/gtk+-2*
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_unpack() {
- git_src_unpack
- cd "${S}"
- NOCONFIGURE=yes ./autogen.sh || die
+src_prepare() {
+ NOCONFIGURE=yes git_src_prepare
}
src_install() {