]> Frank Brehm's Git Trees - portage.git/commitdiff
Git Version von dev-vcs/rcs-fast-export
authorFrank Brehm <frank@brehm-online.com>
Tue, 4 Oct 2011 20:30:48 +0000 (20:30 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 4 Oct 2011 20:30:48 +0000 (20:30 +0000)
git-svn-id: http://svn.brehm-online.com/svn/portage@112 18afd0d2-9f2f-0410-a0ac-b8d70fd81a6b

dev-vcs/rcs-fast-export/Manifest
dev-vcs/rcs-fast-export/rcs-fast-export-0.1.0.ebuild [deleted file]
dev-vcs/rcs-fast-export/rcs-fast-export-9999.ebuild [new file with mode: 0644]

index 8be0b477208ebbbefbc2f696ca25817109b8d964..6a01502ef08f9b6379b3f788e6f5118e9b16065b 100644 (file)
@@ -1,2 +1 @@
-DIST e89bd46260fc2cf7647b1282c7b0c6d0092c6756.tar.gz 8751 RMD160 18a5fa4f9698492102a3323b7efb5cab067ffe0d SHA1 acc4d4b60a7f8da585dd3d2e71b24279cd73992a SHA256 54d79504b70a8fd6cbe2ea1f8bdf35ef16afa5b8e4025c1feb141620166e0d77
-EBUILD rcs-fast-export-0.1.0.ebuild 675 RMD160 4b5435a16b86f76ef70b9831dc76d97363973e69 SHA1 58e35e1cee47ff311f84f66da30594a73a6c8504 SHA256 e53f3c2a9732c7adeabbbd2c1502e63715166ea0e3a637b863df4e24d172851d
+EBUILD rcs-fast-export-9999.ebuild 758 RMD160 50b77fb7e73bd8396d9c03d646d67c3ff3dd358c SHA1 47165736fdae72b2010fc5db98214cc2f4d38856 SHA256 7c5b3362aaa1ac52cf4c454f7cc87f8ff9fd3aced59bfe21b833e3750c79a057
diff --git a/dev-vcs/rcs-fast-export/rcs-fast-export-0.1.0.ebuild b/dev-vcs/rcs-fast-export/rcs-fast-export-0.1.0.ebuild
deleted file mode 100644 (file)
index 51e216e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-RESTRICT="nomirror"
-
-DESCRIPTION="Fast-export the RCS history (for git)"
-HOMEPAGE="http://git.oblomov.eu/rcs-fast-export"
-SRC_URI="http://git.oblomov.eu/rcs-fast-export/snapshot/e89bd46260fc2cf7647b1282c7b0c6d0092c6756.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-lang/ruby"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/rcs-fast-export-e89bd46"
-
-src_compile() {
-       mv -v ${S}/rcs-fast-export.rb ${S}/rcs-fast-export
-       sed -i -e 's/rcs-fast-export.rb/rcs-fast-export/g' ${S}/rcs-fast-export
-}
-
-src_install() {
-       dobin rcs-fast-export
-}
diff --git a/dev-vcs/rcs-fast-export/rcs-fast-export-9999.ebuild b/dev-vcs/rcs-fast-export/rcs-fast-export-9999.ebuild
new file mode 100644 (file)
index 0000000..5ee6e3e
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+#RESTRICT="nomirror"
+
+DESCRIPTION="Fast-export the RCS history (for git)"
+HOMEPAGE="http://git.oblomov.eu/rcs-fast-export"
+
+#SRC_URI="http://git.oblomov.eu/rcs-fast-export/snapshot/e89bd46260fc2cf7647b1282c7b0c6d0092c6756.tar.gz"
+
+SRC_URI=""
+EGIT_REPO_URI="git://git.oblomov.eu/rcs-fast-export"
+inherit git-2
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-lang/ruby"
+RDEPEND="${DEPEND}"
+
+#S="${WORKDIR}/rcs-fast-export-e89bd46"
+
+src_compile() {
+       mv -v ${S}/rcs-fast-export.rb ${S}/rcs-fast-export
+       sed -i -e 's/rcs-fast-export.rb/rcs-fast-export/g' ${S}/rcs-fast-export
+}
+
+src_install() {
+       dobin rcs-fast-export
+}