diff options
author | Michael Weber <xmw@gentoo.org> | 2012-10-15 06:48:49 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-10-15 06:48:49 +0000 |
commit | ccbb7b9aabf1bb7b792b59b09c31eecc7f0ba5ae (patch) | |
tree | e36189e8dd452a23755ddfce06f4c44af69fab74 /x11-misc | |
parent | Version bump. Avoid failing test on jruby due to a jruby bug, thanks to Miche... (diff) | |
download | gentoo-2-ccbb7b9aabf1bb7b792b59b09c31eecc7f0ba5ae.tar.gz gentoo-2-ccbb7b9aabf1bb7b792b59b09c31eecc7f0ba5ae.tar.bz2 gentoo-2-ccbb7b9aabf1bb7b792b59b09c31eecc7f0ba5ae.zip |
Version bump (euscan)
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xcave/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcave/xcave-2.4.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-misc/xcave/ChangeLog b/x11-misc/xcave/ChangeLog index b62fea438f64..2158ec76868e 100644 --- a/x11-misc/xcave/ChangeLog +++ b/x11-misc/xcave/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xcave # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.3 2012/05/05 04:53:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.4 2012/10/15 06:48:49 xmw Exp $ + +*xcave-2.4.0 (15 Oct 2012) + + 15 Oct 2012; Michael Weber <xmw@gentoo.org> +xcave-2.4.0.ebuild: + Version bump (euscan) 05 May 2012; Jeff Horelick <jdhore@gentoo.org> xcave-2.3.2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/x11-misc/xcave/xcave-2.4.0.ebuild b/x11-misc/xcave/xcave-2.4.0.ebuild new file mode 100644 index 000000000000..fab2684f8413 --- /dev/null +++ b/x11-misc/xcave/xcave-2.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.4.0.ebuild,v 1.1 2012/10/15 06:48:49 xmw Exp $ + +EAPI=4 +inherit autotools + +DESCRIPTION="View and manage contents of your wine cellar" +HOMEPAGE="http://xcave.free.fr/index-en.php" +SRC_URI="http://${PN}.free.fr/backbone.php?what=download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.8:2 + dev-libs/libxml2" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext + dev-util/intltool" + +src_install() { + default + dodoc ChangeLog TODO + rm -rfv "${D}"/usr/doc +} |