diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-29 16:35:06 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-29 16:35:06 +0000 |
commit | 1c395e165dd6f799d3eccc7020a84c33ff888ae7 (patch) | |
tree | ad02f90d427c8251e855ad0c7134c0c15808ebcf /sys-fs/snapraid | |
parent | Keyword ~arm (diff) | |
download | gentoo-2-1c395e165dd6f799d3eccc7020a84c33ff888ae7.tar.gz gentoo-2-1c395e165dd6f799d3eccc7020a84c33ff888ae7.tar.bz2 gentoo-2-1c395e165dd6f799d3eccc7020a84c33ff888ae7.zip |
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-fs/snapraid')
-rw-r--r-- | sys-fs/snapraid/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/snapraid/snapraid-1.13.ebuild | 21 | ||||
-rw-r--r-- | sys-fs/snapraid/snapraid-2.1.ebuild (renamed from sys-fs/snapraid/snapraid-1.12.ebuild) | 6 |
3 files changed, 11 insertions, 26 deletions
diff --git a/sys-fs/snapraid/ChangeLog b/sys-fs/snapraid/ChangeLog index 61724c015803..55202c442b80 100644 --- a/sys-fs/snapraid/ChangeLog +++ b/sys-fs/snapraid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/snapraid -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.6 2012/12/07 02:49:20 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.7 2013/01/29 16:35:06 ottxor Exp $ + +*snapraid-2.1 (29 Jan 2013) + + 29 Jan 2013; Christoph Junghans <ottxor@gentoo.org> +snapraid-2.1.ebuild, + -snapraid-1.12.ebuild, -snapraid-1.13.ebuild: + version bump *snapraid-2.0 (07 Dec 2012) diff --git a/sys-fs/snapraid/snapraid-1.13.ebuild b/sys-fs/snapraid/snapraid-1.13.ebuild deleted file mode 100644 index 0858b48641ca..000000000000 --- a/sys-fs/snapraid/snapraid-1.13.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.13.ebuild,v 1.1 2012/11/05 15:49:57 ottxor Exp $ - -EAPI=4 - -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="ssl test" - -DEPEND="ssl? ( dev-libs/openssl:0 )" -RDEPEND="${DEPEND}" - -DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) diff --git a/sys-fs/snapraid/snapraid-1.12.ebuild b/sys-fs/snapraid/snapraid-2.1.ebuild index fd35b7e4e372..ce896be32309 100644 --- a/sys-fs/snapraid/snapraid-1.12.ebuild +++ b/sys-fs/snapraid/snapraid-2.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-1.12.ebuild,v 1.3 2012/10/22 18:58:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-2.1.ebuild,v 1.1 2013/01/29 16:35:06 ottxor Exp $ -EAPI=4 +EAPI=5 inherit autotools-utils |