diff options
author | 2012-08-16 13:56:45 +0000 | |
---|---|---|
committer | 2012-08-16 13:56:45 +0000 | |
commit | 3d9911438eb52d1bacc7d3c3243a56d91492aaad (patch) | |
tree | 595c57b095e073d2f64188be8cccaa73c2277c5b /app-misc | |
parent | Stable for x86, wrt bug #431596 (diff) | |
download | gentoo-2-3d9911438eb52d1bacc7d3c3243a56d91492aaad.tar.gz gentoo-2-3d9911438eb52d1bacc7d3c3243a56d91492aaad.tar.bz2 gentoo-2-3d9911438eb52d1bacc7d3c3243a56d91492aaad.zip |
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pwsafe/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/pwsafe/pwsafe-0.2.0-r1.ebuild | 46 | ||||
-rw-r--r-- | app-misc/pwsafe/pwsafe-0.2.0.ebuild | 35 |
3 files changed, 5 insertions, 83 deletions
diff --git a/app-misc/pwsafe/ChangeLog b/app-misc/pwsafe/ChangeLog index 36f9c6c40971..8757e1ab1c37 100644 --- a/app-misc/pwsafe/ChangeLog +++ b/app-misc/pwsafe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/pwsafe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pwsafe/ChangeLog,v 1.16 2012/08/16 13:53:52 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pwsafe/ChangeLog,v 1.17 2012/08/16 13:56:44 johu Exp $ + + 16 Aug 2012; Johannes Huber <johu@gentoo.org> -pwsafe-0.2.0-r1.ebuild, + -pwsafe-0.2.0.ebuild: + Remove old. 16 Aug 2012; Johannes Huber <johu@gentoo.org> pwsafe-0.2.0-r2.ebuild: Stable for x86, wrt bug #431596 @@ -61,4 +65,3 @@ 08 Jul 2007; Tavis Ormandy <taviso@gentoo.org> ChangeLog: initial import, commandline password manager that can read password safe databases. - diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r1.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r1.ebuild deleted file mode 100644 index 5bb8d9c272db..000000000000 --- a/app-misc/pwsafe/pwsafe-0.2.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pwsafe/pwsafe-0.2.0-r1.ebuild,v 1.3 2011/05/20 11:30:13 tomka Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="A Password Safe compatible command-line password manager" -HOMEPAGE="http://nsd.dyndns.org/pwsafe/" -SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="X readline" - -DEPEND="sys-libs/ncurses - dev-libs/openssl - readline? ( sys-libs/readline ) - X? ( x11-libs/libSM - x11-libs/libICE - x11-libs/libXmu - x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-cvs-1.57.patch" - epatch "${FILESDIR}/${P}-printf.patch" - epatch "${FILESDIR}/${P}-fake-readline.patch" - epatch "${FILESDIR}/${P}-man-page-option-syntax.patch" -} - -src_configure() { - econf $(use_with X x) $(use_with readline) || die -} - -src_compile() { - emake || die -} - -src_install() { - doman pwsafe.1 || die - dobin pwsafe || die - dodoc README NEWS || die -} diff --git a/app-misc/pwsafe/pwsafe-0.2.0.ebuild b/app-misc/pwsafe/pwsafe-0.2.0.ebuild deleted file mode 100644 index ae0cd10acb2c..000000000000 --- a/app-misc/pwsafe/pwsafe-0.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pwsafe/pwsafe-0.2.0.ebuild,v 1.6 2011/01/20 22:08:36 hwoarang Exp $ - -inherit eutils - -DESCRIPTION="PasswordSafe Compatible Commandline Password Manager" -HOMEPAGE="http://nsd.dyndns.org/pwsafe/" -SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" - -IUSE="X readline" - -DEPEND="sys-libs/ncurses - dev-libs/openssl - readline? ( sys-libs/readline ) - X? ( x11-libs/libSM - x11-libs/libICE - x11-libs/libXmu - x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -src_compile() { - econf $(use_with X x) $(use_with readline) - emake -} - -src_install() { - doman pwsafe.1 - dobin pwsafe - dodoc README NEWS -} |