From: Frank Brehm Date: Tue, 4 Oct 2011 20:30:48 +0000 (+0000) Subject: Git Version von dev-vcs/rcs-fast-export X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3f2166bc0776205ad3ae777abb1c67f8c8e8173f;p=portage.git Git Version von dev-vcs/rcs-fast-export git-svn-id: http://svn.brehm-online.com/svn/portage@112 18afd0d2-9f2f-0410-a0ac-b8d70fd81a6b --- diff --git a/dev-vcs/rcs-fast-export/Manifest b/dev-vcs/rcs-fast-export/Manifest index 8be0b47..6a01502 100644 --- a/dev-vcs/rcs-fast-export/Manifest +++ b/dev-vcs/rcs-fast-export/Manifest @@ -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 index 51e216e..0000000 --- a/dev-vcs/rcs-fast-export/rcs-fast-export-0.1.0.ebuild +++ /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 index 0000000..5ee6e3e --- /dev/null +++ b/dev-vcs/rcs-fast-export/rcs-fast-export-9999.ebuild @@ -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 +}