diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-02 12:48:02 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-10-02 12:48:02 +0000 |
commit | 852de6cb061377e0f079f850ebd49e84fb4682e7 (patch) | |
tree | 8cfbbc4b859cf7d666dd41051014d90b8d8582d1 /x11-plugins | |
parent | Expanded dodir/chown/chmod commands in src_install in yet another try to see ... (diff) | |
download | gentoo-2-852de6cb061377e0f079f850ebd49e84fb4682e7.tar.gz gentoo-2-852de6cb061377e0f079f850ebd49e84fb4682e7.tar.bz2 gentoo-2-852de6cb061377e0f079f850ebd49e84fb4682e7.zip |
Version bump, EAPI up and ebuild cleanup
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpasman/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index 030e41eca977..29213dcd0740 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmpasman # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.13 2012/05/05 05:12:03 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.14 2012/10/02 12:48:02 voyageur Exp $ + +*wmpasman-0.8.5.3 (02 Oct 2012) + + 02 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> + +wmpasman-0.8.5.3.ebuild: + Version bump, EAPI up and ebuild cleanup 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmpasman-0.8.4.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild new file mode 100644 index 000000000000..e5496be1ed38 --- /dev/null +++ b/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild,v 1.1 2012/10/02 12:48:02 voyageur Exp $ + +EAPI=4 + +DESCRIPTION="Password storage/retrieval in a dockapp" +HOMEPAGE="http://sourceforge.net/projects/wmpasman/" +SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.4.1:2 + >=app-crypt/mhash-0.9.1 + >=app-crypt/mcrypt-2.6.4" +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + virtual/pkgconfig + >=x11-libs/libXpm-3.5.5" + +src_install() { + emake DESTDIR="${D}" install + dodoc BUGS ChangeLog README TODO WARNINGS +} + +pkg_postinst() { + ewarn "Please read the WARNINGS file." +} |