summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2007-02-07 09:07:10 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2007-02-07 09:07:10 +0000
commitdb1cbf20b8d5978445b258576e8f17b638b8fbf2 (patch)
treeb602106b618bc20246fe52e56461d03df5cf058a /dev-util/stgit
parentcleanup (diff)
downloadgentoo-2-db1cbf20b8d5978445b258576e8f17b638b8fbf2.tar.gz
gentoo-2-db1cbf20b8d5978445b258576e8f17b638b8fbf2.tar.bz2
gentoo-2-db1cbf20b8d5978445b258576e8f17b638b8fbf2.zip
New upstream version
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/stgit')
-rw-r--r--dev-util/stgit/ChangeLog9
-rw-r--r--dev-util/stgit/files/digest-stgit-0.123
-rw-r--r--dev-util/stgit/stgit-0.12.ebuild25
3 files changed, 35 insertions, 2 deletions
diff --git a/dev-util/stgit/ChangeLog b/dev-util/stgit/ChangeLog
index 98fe6b08daed..b15eeb088e4a 100644
--- a/dev-util/stgit/ChangeLog
+++ b/dev-util/stgit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/stgit
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.20 2006/10/21 23:13:05 ferdy Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.21 2007/02/07 09:07:10 ferdy Exp $
+
+*stgit-0.12 (07 Feb 2007)
+
+ 07 Feb 2007; Fernando J. Pereda <ferdy@gentoo.org> +stgit-0.12.ebuild:
+ New upstream version
*stgit-0.11 (21 Oct 2006)
diff --git a/dev-util/stgit/files/digest-stgit-0.12 b/dev-util/stgit/files/digest-stgit-0.12
new file mode 100644
index 000000000000..b6b140f1bf99
--- /dev/null
+++ b/dev-util/stgit/files/digest-stgit-0.12
@@ -0,0 +1,3 @@
+MD5 11cd1f43381ba3e22c47234a36e63e90 stgit-0.12.tar.gz 113851
+RMD160 8151deb4a6bd92c3d5da0aae5d56ec1bb4e03f4d stgit-0.12.tar.gz 113851
+SHA256 394be9037297d4a009dda0f5a1028ed4372594721db611937df644ea2b600ef4 stgit-0.12.tar.gz 113851
diff --git a/dev-util/stgit/stgit-0.12.ebuild b/dev-util/stgit/stgit-0.12.ebuild
new file mode 100644
index 000000000000..eecf366b7add
--- /dev/null
+++ b/dev-util/stgit/stgit-0.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.12.ebuild,v 1.1 2007/02/07 09:07:10 ferdy Exp $
+
+inherit distutils
+
+DESCRIPTION="Manage a stack of patches using GIT as a backend"
+HOMEPAGE="http://www.procode.org/stgit/"
+SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-util/git-1.4.3"
+
+src_install() {
+ sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
+ distutils_src_install
+ dodir /usr/share/doc/${PF}
+ mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}
+ rmdir ${D}/usr/share/doc/${PN}
+}