diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 12:08:23 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 12:08:23 +0000 |
commit | 83113112b8d652f04d03804721f1f82db097a0c6 (patch) | |
tree | 9fdf523301325921a6665daccb69ea68f98f6c93 /x11-misc/imwheel | |
parent | Add symlink to alsa driver headers if alsa-drivers is not installed. This sh... (diff) | |
download | gentoo-2-83113112b8d652f04d03804721f1f82db097a0c6.tar.gz gentoo-2-83113112b8d652f04d03804721f1f82db097a0c6.tar.bz2 gentoo-2-83113112b8d652f04d03804721f1f82db097a0c6.zip |
Closing bug #53866.
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r-- | x11-misc/imwheel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/imwheel/files/imwheel-1.0.0_pre11-gentoo.diff | 10 | ||||
-rw-r--r-- | x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild | 9 |
3 files changed, 9 insertions, 16 deletions
diff --git a/x11-misc/imwheel/ChangeLog b/x11-misc/imwheel/ChangeLog index 84e9918afb65..ae7df4f6cbcd 100644 --- a/x11-misc/imwheel/ChangeLog +++ b/x11-misc/imwheel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/imwheel # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.7 2004/06/13 03:13:50 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.8 2004/06/19 12:08:23 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> -files/imwheel-1.0.0_pre11-gentoo.diff, + imwheel-1.0.0_pre11.ebuild: + Closing bug #53866. *imwheel-1.0.0_pre11 (13 Jun 2004) diff --git a/x11-misc/imwheel/files/imwheel-1.0.0_pre11-gentoo.diff b/x11-misc/imwheel/files/imwheel-1.0.0_pre11-gentoo.diff deleted file mode 100644 index f4db5f071624..000000000000 --- a/x11-misc/imwheel/files/imwheel-1.0.0_pre11-gentoo.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in_ 2004-06-13 04:50:25.305898704 +0200 -+++ Makefile.in 2004-06-13 04:52:14.187346208 +0200 -@@ -219,7 +219,7 @@ - imwheel_DEPENDENCIES = imwheel.o util.o cfg.o jax/libjax.a - man_MANS = imwheel.1 - EXTRA_DIST = BUGS FREEBSD EMACS M-BA47 BUGS see imwheel.1.html imwheel.1 TODO imwheelrc @extras_dist@ @mdump_dist@ lefty.sh imwheel.spec slack.sh --ETCDIR = /etc/X11/imwheel -+ETCDIR = ${D}/etc/X11/imwheel - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild index b6cc78d0bfe5..15f6abf48e62 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild,v 1.1 2004/06/13 03:13:50 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre11.ebuild,v 1.2 2004/06/19 12:08:23 pyrania Exp $ inherit eutils @@ -19,7 +19,9 @@ S="${WORKDIR}/${P/_/}" src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff + #epatch ${FILESDIR}/${P}-gentoo.diff + sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die + sed -i -e "s:/etc:${D}/etc:g" Makefile.in || die } src_compile() { @@ -35,7 +37,4 @@ src_compile() { src_install() { einstall || die "make install failed" dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO -# dodir /etc/X11 -# insinto /etc/X11 -# doins imwheelrc } |