diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-06-18 13:04:50 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-06-18 13:04:50 +0000 |
commit | 5437ae1df5668aedb9df98172e7061b330865435 (patch) | |
tree | 7eb0aa8f59cd62837a37274774b0c6d21b3d73ca /app-arch/karchiver | |
parent | version bump (diff) | |
download | gentoo-2-5437ae1df5668aedb9df98172e7061b330865435.tar.gz gentoo-2-5437ae1df5668aedb9df98172e7061b330865435.tar.bz2 gentoo-2-5437ae1df5668aedb9df98172e7061b330865435.zip |
don't install mandriva desktop entry
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-arch/karchiver')
-rw-r--r-- | app-arch/karchiver/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/karchiver/karchiver-3.1.1-r1.ebuild | 14 |
2 files changed, 14 insertions, 5 deletions
diff --git a/app-arch/karchiver/ChangeLog b/app-arch/karchiver/ChangeLog index c2af4b1c5c57..2c5e3f062b3f 100644 --- a/app-arch/karchiver/ChangeLog +++ b/app-arch/karchiver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/karchiver # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.25 2005/06/17 20:21:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/ChangeLog,v 1.26 2005/06/18 13:04:50 carlo Exp $ + + 18 Jun 2005; Carsten Lohrke <carlo@gentoo.org> karchiver-3.1.1-r1.ebuild: + don't install mandriva desktop entry 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> karchiver-3.1.1-r1.ebuild: diff --git a/app-arch/karchiver/karchiver-3.1.1-r1.ebuild b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild index ef8f0d5aa8e1..4ab81ca60843 100644 --- a/app-arch/karchiver/karchiver-3.1.1-r1.ebuild +++ b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.3 2005/06/17 20:21:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.1.1-r1.ebuild,v 1.4 2005/06/18 13:04:50 carlo Exp $ inherit kde @@ -9,7 +9,7 @@ HOMEPAGE="http://perso.wanadoo.fr/coquelle/karchiver/" SRC_URI="http://perso.wanadoo.fr/coquelle/karchiver/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="ppc sparc x86" +KEYWORDS="x86 ppc sparc" SLOT="0" IUSE="" @@ -17,9 +17,15 @@ need-kde 3.1 # Nasty packaging... src_unpack() { - unpack ${A} - cd ${S} + kde_src_unpack rm -rf karchiver/.libs rm -f karchiver/*.l[ao] karchiver/*.o rm -f config.log config.status } + +# ...continued. +src_install() { + kde_src_install + rm -rf ${D}/usr/share/applnk-mdk +} + |