From 1c395e165dd6f799d3eccc7020a84c33ff888ae7 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 29 Jan 2013 16:35:06 +0000 Subject: version bump (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586) --- sys-fs/snapraid/ChangeLog | 10 ++++++++-- sys-fs/snapraid/snapraid-1.12.ebuild | 21 --------------------- sys-fs/snapraid/snapraid-1.13.ebuild | 21 --------------------- sys-fs/snapraid/snapraid-2.1.ebuild | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+), 44 deletions(-) delete mode 100644 sys-fs/snapraid/snapraid-1.12.ebuild delete mode 100644 sys-fs/snapraid/snapraid-1.13.ebuild create mode 100644 sys-fs/snapraid/snapraid-2.1.ebuild (limited to 'sys-fs/snapraid') 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 +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.12.ebuild b/sys-fs/snapraid/snapraid-1.12.ebuild deleted file mode 100644 index fd35b7e4e372..000000000000 --- a/sys-fs/snapraid/snapraid-1.12.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.12.ebuild,v 1.3 2012/10/22 18:58:53 ago 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.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-2.1.ebuild b/sys-fs/snapraid/snapraid-2.1.ebuild new file mode 100644 index 000000000000..ce896be32309 --- /dev/null +++ b/sys-fs/snapraid/snapraid-2.1.ebuild @@ -0,0 +1,21 @@ +# 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-2.1.ebuild,v 1.1 2013/01/29 16:35:06 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="ssl test" + +DEPEND="ssl? ( dev-libs/openssl:0 )" +RDEPEND="${DEPEND}" + +DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) -- cgit v1.2.3-65-gdbad