diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-02 18:22:13 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-06-02 18:22:13 +0000 |
commit | 6b805e49d379ac736848e91d896738c2b0accada (patch) | |
tree | ad4331eda12bf74597b5f96b97f7d3e9d926e954 /x11-misc | |
parent | Version bump. Reenable support for Python 3 (bug #304641). (diff) | |
download | gentoo-2-6b805e49d379ac736848e91d896738c2b0accada.tar.gz gentoo-2-6b805e49d379ac736848e91d896738c2b0accada.tar.bz2 gentoo-2-6b805e49d379ac736848e91d896738c2b0accada.zip |
Version bump. Thanks Federico Moro <zayer@frikis.org> for the report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbkeys/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.9.1.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/bbkeys/ChangeLog b/x11-misc/bbkeys/ChangeLog index ceeb820d885e..2760742019b1 100644 --- a/x11-misc/bbkeys/ChangeLog +++ b/x11-misc/bbkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/bbkeys -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.25 2008/09/22 12:49:05 omp Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.26 2010/06/02 18:22:13 xarthisius Exp $ + +*bbkeys-0.9.1 (02 Jun 2010) + + 02 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> +bbkeys-0.9.1.ebuild: + Version bump. Thanks Federico Moro <zayer@frikis.org> for the report. 22 Sep 2008; David Shakaryan <omp@gentoo.org> metadata.xml: Change herd from commonbox to desktop-wm. diff --git a/x11-misc/bbkeys/bbkeys-0.9.1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1.ebuild new file mode 100644 index 000000000000..6c2d21dff08e --- /dev/null +++ b/x11-misc/bbkeys/bbkeys-0.9.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.1.ebuild,v 1.1 2010/06/02 18:22:13 xarthisius Exp $ + +DESCRIPTION="Use keyboard shortcuts in the blackbox wm" +HOMEPAGE="http://bbkeys.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-wm/blackbox-0.70.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + rm -rf "${D}/usr/share/doc" + dodoc AUTHORS BUGS ChangeLog NEWS README || die +} |