diff options
author | Dror Levin <spatz@gentoo.org> | 2010-04-16 17:52:07 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-04-16 17:52:07 +0000 |
commit | 9a698ceef9a81f06b408880d6e1b7c16043cea02 (patch) | |
tree | 7952210d03507ba445ae13a7666f0c653fa03ff3 | |
parent | stable ppc, bug 314853 (diff) | |
download | gentoo-2-9a698ceef9a81f06b408880d6e1b7c16043cea02.tar.gz gentoo-2-9a698ceef9a81f06b408880d6e1b7c16043cea02.tar.bz2 gentoo-2-9a698ceef9a81f06b408880d6e1b7c16043cea02.zip |
Drop old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | app-admin/keepassx/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/keepassx/keepassx-0.4.1.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/app-admin/keepassx/ChangeLog b/app-admin/keepassx/ChangeLog index ec1ffc532698..d8263a35ac42 100644 --- a/app-admin/keepassx/ChangeLog +++ b/app-admin/keepassx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/keepassx # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.53 2010/04/16 17:43:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.54 2010/04/16 17:52:07 spatz Exp $ + + 16 Apr 2010; Dror Levin <spatz@gentoo.org> -keepassx-0.4.1.ebuild: + Drop old. 16 Apr 2010; Brent Baude <ranger@gentoo.org> keepassx-0.4.3.ebuild: stable ppc, bug 314851 diff --git a/app-admin/keepassx/keepassx-0.4.1.ebuild b/app-admin/keepassx/keepassx-0.4.1.ebuild deleted file mode 100644 index b87ce2974564..000000000000 --- a/app-admin/keepassx/keepassx-0.4.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.4.1.ebuild,v 1.8 2010/01/10 21:35:25 spatz Exp $ - -EAPI="2" - -inherit eutils qt4 - -DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions." -HOMEPAGE="http://keepassx.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug pch" - -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-xmlpatterns:4 - || ( >=x11-libs/libXtst-1.1.0 <x11-proto/xextproto-7.1.0 )" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-compile-with-qt-4.6.patch" ) - -src_configure() { - local conf_pch - use pch && conf_pch="PRECOMPILED=1" || conf_pch="PRECOMPILED=0" - - eqmake4 ${PN}.pro -recursive \ - PREFIX="${D}/usr" \ - "${conf_pch}" -} - -src_compile() { - # workaround compile failure due to distcc, bug #214327 - PATH=${PATH/\/usr\/lib\/distcc\/bin:} - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc changelog || die "dodoc failed" -} |