diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-20 20:18:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-20 20:18:33 +0000 |
commit | 92cdbc800f98ee28c2fc12b99fc2dbce59a334a4 (patch) | |
tree | 49f5d855fee5673c86250ab593c6ba6d4e33efc8 /app-backup | |
parent | Drop old (diff) | |
download | gentoo-2-92cdbc800f98ee28c2fc12b99fc2dbce59a334a4.tar.gz gentoo-2-92cdbc800f98ee28c2fc12b99fc2dbce59a334a4.tar.bz2 gentoo-2-92cdbc800f98ee28c2fc12b99fc2dbce59a334a4.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duply/ChangeLog | 7 | ||||
-rw-r--r-- | app-backup/duply/duply-1.7.3-r1.ebuild | 36 | ||||
-rw-r--r-- | app-backup/duply/duply-1.7.3.ebuild | 34 | ||||
-rw-r--r-- | app-backup/duply/duply-1.7.4.ebuild | 37 | ||||
-rw-r--r-- | app-backup/duply/duply-1.8.0.ebuild | 37 | ||||
-rw-r--r-- | app-backup/duply/duply-1.9.0.ebuild | 37 |
6 files changed, 6 insertions, 182 deletions
diff --git a/app-backup/duply/ChangeLog b/app-backup/duply/ChangeLog index 0ab55130be3c..f48a427532d8 100644 --- a/app-backup/duply/ChangeLog +++ b/app-backup/duply/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-backup/duply # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.9 2015/04/19 09:46:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/ChangeLog,v 1.10 2015/04/20 20:18:33 jlec Exp $ + + 20 Apr 2015; Justin Lecher <jlec@gentoo.org> -duply-1.7.3-r1.ebuild, + -duply-1.7.3.ebuild, -duply-1.7.4.ebuild, -duply-1.8.0.ebuild, + -duply-1.9.0.ebuild: + Drop old 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> duply-1.9.1.ebuild: Stable for x86, wrt bug #544264 diff --git a/app-backup/duply/duply-1.7.3-r1.ebuild b/app-backup/duply/duply-1.7.3-r1.ebuild deleted file mode 100644 index a1a1cc70154e..000000000000 --- a/app-backup/duply/duply-1.7.3-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.7.3-r1.ebuild,v 1.1 2014/06/05 12:54:24 jlec Exp $ - -EAPI="5" -inherit readme.gentoo - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="http://duply.net" -SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-text/txt2man" -RDEPEND="app-backup/duplicity" - -S=${WORKDIR}/${PN}_${PV} - -DOC_CONTENTS=" -If you use ${PN} at the first time please have a -look at the the usage help text \"${PN} usage\" -for further information." - -src_install() { - dobin ${PN} - ./${PN} txt2man > ${PN}.1 - doman ${PN}.1 - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-backup/duply/duply-1.7.3.ebuild b/app-backup/duply/duply-1.7.3.ebuild deleted file mode 100644 index 262f685e4986..000000000000 --- a/app-backup/duply/duply-1.7.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.7.3.ebuild,v 1.1 2014/04/13 10:19:51 hwoarang Exp $ - -EAPI="5" -inherit readme.gentoo - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="http://duply.net" -SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-backup/duplicity" - -S=${WORKDIR}/${PN}_${PV} - -DOC_CONTENTS=" -If you use ${PN} at the first time please have a -look at the the usage help text \"${PN} --help\" -for further information." - -src_install() { - dobin ${PN} - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-backup/duply/duply-1.7.4.ebuild b/app-backup/duply/duply-1.7.4.ebuild deleted file mode 100644 index 08a7a624d1e8..000000000000 --- a/app-backup/duply/duply-1.7.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.7.4.ebuild,v 1.1 2014/06/27 13:35:39 jlec Exp $ - -EAPI="5" - -inherit readme.gentoo - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="http://duply.net" -SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-text/txt2man" -RDEPEND="app-backup/duplicity" - -S=${WORKDIR}/${PN}_${PV} - -DOC_CONTENTS=" -If you use ${PN} at the first time please have a -look at the the usage help text \"${PN} usage\" -for further information." - -src_install() { - dobin ${PN} - ./${PN} txt2man > ${PN}.1 - doman ${PN}.1 - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-backup/duply/duply-1.8.0.ebuild b/app-backup/duply/duply-1.8.0.ebuild deleted file mode 100644 index 82e8e78e38ed..000000000000 --- a/app-backup/duply/duply-1.8.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.8.0.ebuild,v 1.1 2014/07/13 16:02:43 jlec Exp $ - -EAPI="5" - -inherit readme.gentoo - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="http://duply.net" -SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-text/txt2man" -RDEPEND="app-backup/duplicity" - -S=${WORKDIR}/${PN}_${PV} - -DOC_CONTENTS=" -If you use ${PN} at the first time please have a -look at the the usage help text \"${PN} usage\" -for further information." - -src_install() { - dobin ${PN} - ./${PN} txt2man > ${PN}.1 - doman ${PN}.1 - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-backup/duply/duply-1.9.0.ebuild b/app-backup/duply/duply-1.9.0.ebuild deleted file mode 100644 index dd57929b5e82..000000000000 --- a/app-backup/duply/duply-1.9.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/duply/duply-1.9.0.ebuild,v 1.1 2014/09/15 18:39:41 jlec Exp $ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="A shell frontend for duplicity" -HOMEPAGE="http://duply.net" -SRC_URI="mirror://sourceforge/ftplicity/${PN}_${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-text/txt2man" -RDEPEND="app-backup/duplicity" - -S=${WORKDIR}/${PN}_${PV} - -DOC_CONTENTS=" -If you use ${PN} at the first time please have a -look at the the usage help text \"${PN} usage\" -for further information." - -src_install() { - dobin ${PN} - ./${PN} txt2man > ${PN}.1 - doman ${PN}.1 - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |