From bc0e0d6fe3a37084c0b81e29080f657d508799f2 Mon Sep 17 00:00:00 2001 From: Henry Gebhardt Date: Thu, 9 Jun 2011 11:16:47 +0200 Subject: app-backup/bup-0.25_rc1: is tagged --- app-backup/bup/Manifest | 4 ++-- app-backup/bup/bup-0.22a.ebuild | 48 -------------------------------------- app-backup/bup/bup-0.25_rc1.ebuild | 48 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 app-backup/bup/bup-0.22a.ebuild create mode 100644 app-backup/bup/bup-0.25_rc1.ebuild diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest index 6f62684..e64e041 100644 --- a/app-backup/bup/Manifest +++ b/app-backup/bup/Manifest @@ -1,5 +1,5 @@ -DIST bup-0.22a.tar.gz 317660 RMD160 6c0e5c68758bb47b43bd0c9565c97651680ad11f SHA1 4a6032377b0ada54dd594da1ba8c8fdcf33cf4d2 SHA256 b8a25e57ccec3be4659a4caa66f85bbf39ea4832ac609d921222a70164080cff DIST bup-0.24b.tar.gz 330633 RMD160 0293bae6fe6bf1ff002a6965adbffc1a9123c976 SHA1 317561c1bcd2fe59ee8674d528fa2886f89d86ee SHA256 ecac6d050416dd6cb5f4960b0c6d68766a5ccc656bc49b605ff519647f3e0fc6 -EBUILD bup-0.22a.ebuild 937 RMD160 17768fc4714853359a255df4d518cb969a70918b SHA1 c50ad176279bdbef6ca8bd28f1de8184e0501aaf SHA256 0cb5fa01a9945e314f4639aa3c1ba71c05ae777d4fde56f9ac3987e9a1ae896e +DIST bup-0.25_rc1.tar.gz 360010 RMD160 52addf38b0a2e1ed6f3ce496b43512619a9f64ff SHA1 04815a9f1c1d4d796b9f7f09401c49240b21b84a SHA256 b04186b48d2f6fc5a679c343c93e785ea2716d267c5c9621086a9d313fd2bea1 EBUILD bup-0.24b.ebuild 977 RMD160 14ea28fb7e2180c93ed6ec386408b5ef70c377cd SHA1 c8a019ee13ac80624edff0f7d5935a5748e7b1b1 SHA256 e96b9cbabbe8412d86fafade5a636d9fa62b3b95079eb9b9f9b25ee5f6ed9c9e +EBUILD bup-0.25_rc1.ebuild 977 RMD160 14ea28fb7e2180c93ed6ec386408b5ef70c377cd SHA1 c8a019ee13ac80624edff0f7d5935a5748e7b1b1 SHA256 e96b9cbabbe8412d86fafade5a636d9fa62b3b95079eb9b9f9b25ee5f6ed9c9e EBUILD bup-9999.ebuild 851 RMD160 506c1337a76757acd17893db0395e912f792e830 SHA1 499ebcf153559860b7d7bb9ad90e272620daeafd SHA256 980181ad752fac7f4f76dec40237fc02941b51bdafa62cc3d664df15f98a393b diff --git a/app-backup/bup/bup-0.22a.ebuild b/app-backup/bup/bup-0.22a.ebuild deleted file mode 100644 index 0952e81..0000000 --- a/app-backup/bup/bup-0.22a.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -inherit eutils - -DESCRIPTION="It backs things up based on the git packfile format" -HOMEPAGE="http://github.com/apenwarr/bup" -SRC_URI="https://github.com/apenwarr/${PN}/tarball/${P/_/-} -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+doc" - -DEPEND="|| ( - dev-lang/python:2.4 - dev-lang/python:2.5 - dev-lang/python:2.6 - dev-lang/python:2.7 - ) - dev-vcs/git - app-arch/par2cmdline - dev-python/fuse-python - doc? ( app-text/pandoc )" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - mv -v * "${S}" || die -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - - dodoc "${D}/usr/share/doc/${PN}"/* && rm -r "${D}/usr/share/doc/${PN}/" - - dodoc README DESIGN -} - -src_test() { - emake test || die "emake test failed" -} diff --git a/app-backup/bup/bup-0.25_rc1.ebuild b/app-backup/bup/bup-0.25_rc1.ebuild new file mode 100644 index 0000000..b73be0d --- /dev/null +++ b/app-backup/bup/bup-0.25_rc1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 +inherit eutils + +DESCRIPTION="It backs things up based on the git packfile format" +HOMEPAGE="http://github.com/apenwarr/bup" +SRC_URI="https://github.com/apenwarr/${PN}/tarball/${P/_/-} -> ${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+doc" + +DEPEND="|| ( + dev-lang/python:2.4 + dev-lang/python:2.5 + dev-lang/python:2.6 + dev-lang/python:2.7 + ) + dev-vcs/git + app-arch/par2cmdline + dev-python/fuse-python + doc? ( app-text/pandoc )" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + mv -v * "${S}" || die +} + +src_compile() { + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed" +} + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + + dodoc "${D}/usr/share/doc/${PN}"/* && rm -r "${D}/usr/share/doc/${PN}/" + + dodoc README DESIGN +} + +src_test() { + emake test || die "emake test failed" +} -- cgit v1.2.3-18-g5258