diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-12-21 23:25:52 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-12-21 23:25:52 +0000 |
commit | cee0f0bc9b52d3785670c62c7f9a754ac643f911 (patch) | |
tree | 5a5f01ba8edea8eb672948179437f452ed2923b1 | |
parent | version bump (diff) | |
download | gentoo-2-cee0f0bc9b52d3785670c62c7f9a754ac643f911.tar.gz gentoo-2-cee0f0bc9b52d3785670c62c7f9a754ac643f911.tar.bz2 gentoo-2-cee0f0bc9b52d3785670c62c7f9a754ac643f911.zip |
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r-- | sys-fs/snapraid/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/snapraid/snapraid-7.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/sys-fs/snapraid/ChangeLog b/sys-fs/snapraid/ChangeLog index e4a963af0252..48779884c0fa 100644 --- a/sys-fs/snapraid/ChangeLog +++ b/sys-fs/snapraid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/snapraid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.19 2014/10/25 03:45:59 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.20 2014/12/21 23:25:52 ottxor Exp $ + +*snapraid-7.0 (21 Dec 2014) + + 21 Dec 2014; Christoph Junghans <ottxor@gentoo.org> +snapraid-7.0.ebuild: + version bump *snapraid-6.3 (25 Oct 2014) diff --git a/sys-fs/snapraid/snapraid-7.0.ebuild b/sys-fs/snapraid/snapraid-7.0.ebuild new file mode 100644 index 000000000000..b637a03722e3 --- /dev/null +++ b/sys-fs/snapraid/snapraid-7.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-7.0.ebuild,v 1.1 2014/12/21 23:25:52 ottxor Exp $ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="a backup program for disk array for home media centers" +HOMEPAGE="http://snapraid.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) + +AUTOTOOLS_IN_SOURCE_BUILD=1 |