diff options
author | 2015-03-29 03:51:39 +0000 | |
---|---|---|
committer | 2015-03-29 03:51:39 +0000 | |
commit | 431ecc766645957fab8a1859b8bc14db9755b2f6 (patch) | |
tree | 48d8d8485541ac75da7d71c544eda010a232c257 /app-crypt/sgeps | |
parent | Remove old. (diff) | |
download | gentoo-2-431ecc766645957fab8a1859b8bc14db9755b2f6.tar.gz gentoo-2-431ecc766645957fab8a1859b8bc14db9755b2f6.tar.bz2 gentoo-2-431ecc766645957fab8a1859b8bc14db9755b2f6.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-crypt/sgeps')
-rw-r--r-- | app-crypt/sgeps/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/sgeps/sgeps-0_pre10.ebuild | 35 | ||||
-rw-r--r-- | app-crypt/sgeps/sgeps-0_pre12.ebuild | 35 |
3 files changed, 6 insertions, 72 deletions
diff --git a/app-crypt/sgeps/ChangeLog b/app-crypt/sgeps/ChangeLog index 5f59587e93d6..c05383a6b401 100644 --- a/app-crypt/sgeps/ChangeLog +++ b/app-crypt/sgeps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/sgeps -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sgeps/ChangeLog,v 1.4 2013/03/17 15:15:58 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sgeps/ChangeLog,v 1.5 2015/03/29 03:51:39 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -sgeps-0_pre10.ebuild, + -sgeps-0_pre12.ebuild: + Remove old. 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/app-crypt/sgeps/sgeps-0_pre10.ebuild b/app-crypt/sgeps/sgeps-0_pre10.ebuild deleted file mode 100644 index 753418259ab0..000000000000 --- a/app-crypt/sgeps/sgeps-0_pre10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sgeps/sgeps-0_pre10.ebuild,v 1.1 2010/01/22 18:28:23 flameeyes Exp $ - -EAPI=2 - -DESCRIPTION="simple GnuPG-encrypted password store written in perl" -HOMEPAGE="http://roland.entierement.nu/blog/2010/01/22/simple-gnupg-encrypted-password-store.html" -SRC_URI="mirror://gentoo/${P}.pl.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="app-crypt/gnupg - dev-lang/perl - virtual/perl-Storable - virtual/perl-File-Temp - virtual/perl-Getopt-Long - dev-perl/Config-Simple" -DEPEND="" - -src_install() { - newbin "${WORKDIR}/${P}.pl" "${PN}" || die "newbin failed" -} - -pkg_postinst() { - elog "To make use of sgeps, remember to create a configuration file as" - elog " ~/.config/sgeps.conf with these values:" - elog "" - elog "store = ~/somewhere/safe" - elog "keyid = 012345678" - elog "" -} diff --git a/app-crypt/sgeps/sgeps-0_pre12.ebuild b/app-crypt/sgeps/sgeps-0_pre12.ebuild deleted file mode 100644 index 5e7394e4428e..000000000000 --- a/app-crypt/sgeps/sgeps-0_pre12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sgeps/sgeps-0_pre12.ebuild,v 1.1 2010/07/22 20:36:10 flameeyes Exp $ - -EAPI=2 - -DESCRIPTION="simple GnuPG-encrypted password store written in perl" -HOMEPAGE="http://roland.entierement.nu/blog/2010/01/22/simple-gnupg-encrypted-password-store.html" -SRC_URI="mirror://gentoo/${P}.pl.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="app-crypt/gnupg - dev-lang/perl - virtual/perl-Storable - virtual/perl-File-Temp - virtual/perl-Getopt-Long - dev-perl/Config-Simple" -DEPEND="" - -src_install() { - newbin "${WORKDIR}/${P}.pl" "${PN}" || die "newbin failed" -} - -pkg_postinst() { - elog "To make use of sgeps, remember to create a configuration file as" - elog " ~/.config/sgeps.conf with these values:" - elog "" - elog "store = ~/somewhere/safe" - elog "keyid = 012345678" - elog "" -} |