diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-12-07 22:37:17 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-12-07 22:37:17 +0000 |
commit | b0ae00587d69ad3c253092ef9e49ecde6da43872 (patch) | |
tree | af1aa91b96f224a39415b95863048d62d6a84217 /x11-misc/xkeycaps | |
parent | when linking ncurses, search $ROOT/lib (Manifest recommit) (diff) | |
download | gentoo-2-b0ae00587d69ad3c253092ef9e49ecde6da43872.tar.gz gentoo-2-b0ae00587d69ad3c253092ef9e49ecde6da43872.tar.bz2 gentoo-2-b0ae00587d69ad3c253092ef9e49ecde6da43872.zip |
finally removed.
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkeycaps/files/digest-xkeycaps-2.46-r1 | 1 | ||||
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46-r1.ebuild | 39 |
3 files changed, 4 insertions, 41 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog index 45281db4c8e7..ff86c7f607f3 100644 --- a/x11-misc/xkeycaps/ChangeLog +++ b/x11-misc/xkeycaps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkeycaps # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.12 2004/12/05 01:30:35 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.13 2004/12/07 22:37:17 pyrania Exp $ + + 05 Dec 2004; Markus Nigbur <pyrania@gentoo.org> : + Removed -r1 again. See bug #73436. *xkeycaps-2.46-r1 (05 Dec 2004) diff --git a/x11-misc/xkeycaps/files/digest-xkeycaps-2.46-r1 b/x11-misc/xkeycaps/files/digest-xkeycaps-2.46-r1 deleted file mode 100644 index e5edecbf2258..000000000000 --- a/x11-misc/xkeycaps/files/digest-xkeycaps-2.46-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6792f828db6538f44f7696a8783b44ac xkeycaps-2.46.tar.Z 489439 diff --git a/x11-misc/xkeycaps/xkeycaps-2.46-r1.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46-r1.ebuild deleted file mode 100644 index 2a9c0d942b60..000000000000 --- a/x11-misc/xkeycaps/xkeycaps-2.46-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46-r1.ebuild,v 1.1 2004/12/05 01:30:35 pyrania Exp $ - -inherit eutils - -DESCRIPTION="GUI frontend to xmodmap" -SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" -HOMEPAGE="http://www.jwz.org/xkeycaps/" - -LICENSE="as-is" -KEYWORDS="x86 sparc ppc ~amd64" -SLOT="0" -IUSE="" - -RDEPEND="virtual/x11" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/Imakefile.patch -} - -src_compile() { - xmkmf || die - sed -i \ - -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \ - Makefile || \ - die "sed Makefile failed" - emake || die "emake failed" -} - -src_install () { - make DESTDIR=${D} install || die "make install failed" - make DESTDIR=${D} install.man || die "make install.man failed" - dodoc README *.txt || die "dodoc failed" -} |