diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-02-15 20:56:09 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-02-15 20:56:09 +0000 |
commit | 96f8e2b1e79925907f256dea7d1bf645b4db8ed3 (patch) | |
tree | e9e35dea263585b743b476aaa3325b0969bafe34 /sys-fs/snapraid | |
parent | version bump (bug #501350) (diff) | |
download | gentoo-2-96f8e2b1e79925907f256dea7d1bf645b4db8ed3.tar.gz gentoo-2-96f8e2b1e79925907f256dea7d1bf645b4db8ed3.tar.bz2 gentoo-2-96f8e2b1e79925907f256dea7d1bf645b4db8ed3.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-fs/snapraid')
-rw-r--r-- | sys-fs/snapraid/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/snapraid/snapraid-5.2.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/sys-fs/snapraid/ChangeLog b/sys-fs/snapraid/ChangeLog index 43c398753379..dcb66b336e08 100644 --- a/sys-fs/snapraid/ChangeLog +++ b/sys-fs/snapraid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/snapraid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.13 2013/12/22 00:13:44 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.14 2014/02/15 20:56:09 ottxor Exp $ + +*snapraid-5.2 (15 Feb 2014) + + 15 Feb 2014; Christoph Junghans <ottxor@gentoo.org> +snapraid-5.2.ebuild: + version bump *snapraid-5.1 (22 Dec 2013) diff --git a/sys-fs/snapraid/snapraid-5.2.ebuild b/sys-fs/snapraid/snapraid-5.2.ebuild new file mode 100644 index 000000000000..0343ea2c11bd --- /dev/null +++ b/sys-fs/snapraid/snapraid-5.2.ebuild @@ -0,0 +1,21 @@ +# 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-5.2.ebuild,v 1.1 2014/02/15 20:56:09 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" ) |