diff options
author | 2005-05-10 18:22:30 +0000 | |
---|---|---|
committer | 2005-05-10 18:22:30 +0000 | |
commit | f370c4002ce610133a226b20cd943189cd9e0d40 (patch) | |
tree | ef8740d01ef58b6912d9e1aa6478cb47c271e101 /app-arch/karchiver/karchiver-3.1.1-r1.ebuild | |
parent | Version bump for bug 91163. (diff) | |
download | gentoo-2-f370c4002ce610133a226b20cd943189cd9e0d40.tar.gz gentoo-2-f370c4002ce610133a226b20cd943189cd9e0d40.tar.bz2 gentoo-2-f370c4002ce610133a226b20cd943189cd9e0d40.zip |
Revbump since the package is not clean (has binary bits around), 3.1.1-r1 sparc stable, 3.1.1 -sparc
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-arch/karchiver/karchiver-3.1.1-r1.ebuild')
-rw-r--r-- | app-arch/karchiver/karchiver-3.1.1-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-arch/karchiver/karchiver-3.1.1-r1.ebuild b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild new file mode 100644 index 000000000000..61a47aa8ccf0 --- /dev/null +++ b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.1.1-r1.ebuild,v 1.1 2005/05/10 18:22:29 gustavoz Exp $ + +inherit kde + +DESCRIPTION="Utility to ease working with compressed files such as tar.gz/tar.bz2" +HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/" +SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc sparc" +SLOT="0" +IUSE="" + +need-kde 3.1 + +# Nasty packaging... +src_unpack() { + unpack ${A} + cd ${S} + rm -rf karchiver/.libs + rm -f karchiver/*.l[ao] karchiver/*.o + rm -f config.log config.status +} |