-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
+++ /dev/null
-# 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
-}
--- /dev/null
+# 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
+}