diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-21 18:02:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-21 18:02:54 +0000 |
commit | 6d617423737f25fd6dd6ed848f5a8a2b0563ad0d (patch) | |
tree | 4db3889b4db07ca4199cd97432989b3d662b27ed /x11-misc/xkbd | |
parent | Call python_mod_optimize to byte-compile python modules. Patch by Chris Mayo ... (diff) | |
download | gentoo-2-6d617423737f25fd6dd6ed848f5a8a2b0563ad0d.tar.gz gentoo-2-6d617423737f25fd6dd6ed848f5a8a2b0563ad0d.tar.bz2 gentoo-2-6d617423737f25fd6dd6ed848f5a8a2b0563ad0d.zip |
Remove old.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xkbd')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 43 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.15.ebuild | 55 |
3 files changed, 5 insertions, 99 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index e5a7ca1866eb..5d4198c7c53b 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xkbd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.19 2011/12/21 08:25:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.20 2011/12/21 18:02:54 radhermit Exp $ + + 21 Dec 2011; Tim Harder <radhermit@gentoo.org> -xkbd-0.8.12.ebuild, + -xkbd-0.8.15.ebuild: + Remove old. 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> xkbd-0.8.15-r1.ebuild: x86 stable wrt bug #394009 diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild deleted file mode 100644 index 622f45325ef8..000000000000 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.15 2009/01/05 14:02:40 remi Exp $ - -DESCRIPTION="Xkbd - onscreen soft keyboard for X11" -HOMEPAGE="http://handhelds.org/~mallum/xkbd/" -SRC_URI="http://handhelds.org/~mallum/xkbd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~amd64 ~ppc x86" -IUSE="doc debug" - -RDEPEND="x11-libs/libXrender - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXtst - x11-libs/libXpm - media-libs/freetype - dev-libs/expat - sys-libs/zlib - doc? ( app-text/docbook-sgml-utils )" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/inputproto - x11-proto/xextproto" - -src_compile() { - econf $(use_enable debug) || die "econf failed" - emake || die "emake failed" - - use doc && docbook2html README -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS NEWS README - - if use doc; then - insinto /usr/share/doc/${PF}/html - doins *.html - fi -} diff --git a/x11-misc/xkbd/xkbd-0.8.15.ebuild b/x11-misc/xkbd/xkbd-0.8.15.ebuild deleted file mode 100644 index f733dfdb0bbf..000000000000 --- a/x11-misc/xkbd/xkbd-0.8.15.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.15.ebuild,v 1.1 2009/02/11 21:42:08 nelchael Exp $ - -inherit eutils - -DESCRIPTION="Xkbd - onscreen soft keyboard for X11" -HOMEPAGE="http://handhelds.org/" -SRC_URI="ftp://ftp.yzu.edu.tw/mirror/pub2/ftp.handhelds.org/distributions/familiar/source/v0.8.4-rc1/sources/${P}-CVS.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="doc debug" - -RDEPEND="x11-libs/libXrender - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXtst - x11-libs/libXpm - media-libs/freetype - dev-libs/expat - sys-libs/zlib - doc? ( app-text/docbook-sgml-utils )" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_unpack() { - unpack ${A} - cd "${S}" - - # 2008-03-23 gi1242: Fix handling of -geometry argument - epatch "${FILESDIR}/xkbd-0.8.15-fix-geometry.patch" - - # 2008-03-23 gi1242: Increase default repeat delay - epatch "${FILESDIR}/xkbd-0.8.15-increase-delay.patch" -} - -src_compile() { - econf $(use_enable debug) || die "econf failed" - emake || die "emake failed" - - use doc && docbook2html README -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS NEWS README - - if use doc; then - insinto /usr/share/doc/${PF}/html - doins *.html - fi -} |