summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-03-07 10:36:45 +0000
committerChristian Heim <phreak@gentoo.org>2007-03-07 10:36:45 +0000
commit275682c8000a472fa05fb584e30c5fa83fc84233 (patch)
treefc87d3c320d8d568aed7f04a700440ddb02b76c1 /private
parentPruning empty dirs. (diff)
downloadphreak-275682c8000a472fa05fb584e30c5fa83fc84233.tar.gz
phreak-275682c8000a472fa05fb584e30c5fa83fc84233.tar.bz2
phreak-275682c8000a472fa05fb584e30c5fa83fc84233.zip
app-portage/overlay-utils: Adding an local ebuild for overlay-utils.
svn path=/; revision=288
Diffstat (limited to 'private')
-rw-r--r--private/app-portage/overlay-utils/Manifest8
-rw-r--r--private/app-portage/overlay-utils/files/digest-overlay-utils-0.23
-rw-r--r--private/app-portage/overlay-utils/overlay-utils-0.2.ebuild22
3 files changed, 33 insertions, 0 deletions
diff --git a/private/app-portage/overlay-utils/Manifest b/private/app-portage/overlay-utils/Manifest
new file mode 100644
index 0000000..fe16ee9
--- /dev/null
+++ b/private/app-portage/overlay-utils/Manifest
@@ -0,0 +1,8 @@
+DIST overlay-utils-0.2.tar.bz2 9997 RMD160 d40e51c85e8eab34d5bf4f542db9401d77c82e0d SHA1 d1b3637cc943b90935c63ef5467680a096176445 SHA256 16fdabba962975d90484299badd1afd38e4921e0af7627120d9393e577155e5f
+EBUILD overlay-utils-0.2.ebuild 529 RMD160 aa41a7d099875788e6fafa7e8e6718477eb0cc4e SHA1 a30842e70bc172da21cf1a555f9a42e089418572 SHA256 5314c80ad0dd4ea07140b2cf281494fdc287cb02ce578d9d22d369fec3dfcd89
+MD5 e0cadc4015001ed8cdea4c6e86bb9507 overlay-utils-0.2.ebuild 529
+RMD160 aa41a7d099875788e6fafa7e8e6718477eb0cc4e overlay-utils-0.2.ebuild 529
+SHA256 5314c80ad0dd4ea07140b2cf281494fdc287cb02ce578d9d22d369fec3dfcd89 overlay-utils-0.2.ebuild 529
+MD5 739edde2262239b6534f4498e67d1284 files/digest-overlay-utils-0.2 250
+RMD160 b4d72110482a1d71e76e2083846fc798abb178d2 files/digest-overlay-utils-0.2 250
+SHA256 6e2ca27b497c5e358dcbc4f866cb08a177030e073a06ddc7e0528b04195c5f12 files/digest-overlay-utils-0.2 250
diff --git a/private/app-portage/overlay-utils/files/digest-overlay-utils-0.2 b/private/app-portage/overlay-utils/files/digest-overlay-utils-0.2
new file mode 100644
index 0000000..da6415c
--- /dev/null
+++ b/private/app-portage/overlay-utils/files/digest-overlay-utils-0.2
@@ -0,0 +1,3 @@
+MD5 b1bab03d5f0235b3f74a23ebcae0e9b3 overlay-utils-0.2.tar.bz2 9997
+RMD160 d40e51c85e8eab34d5bf4f542db9401d77c82e0d overlay-utils-0.2.tar.bz2 9997
+SHA256 16fdabba962975d90484299badd1afd38e4921e0af7627120d9393e577155e5f overlay-utils-0.2.tar.bz2 9997
diff --git a/private/app-portage/overlay-utils/overlay-utils-0.2.ebuild b/private/app-portage/overlay-utils/overlay-utils-0.2.ebuild
new file mode 100644
index 0000000..cf72aa3
--- /dev/null
+++ b/private/app-portage/overlay-utils/overlay-utils-0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Utilities for Gentoo repository and overlay development"
+HOMEPAGE="http://gentooexperimental.org/~shillelagh/"
+SRC_URI="http://gentooexperimental.org/~shillelagh/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-lang/python-2.3
+ dev-util/subversion
+ sys-apps/portage"
+
+src_install() {
+ dobin echangelog-tng sunrise-commit
+ doman sunrise-commit.1
+}