diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-20 19:23:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-20 19:23:59 +0000 |
commit | 89084bc698c92eae820e5c294ea17d7eb49472f8 (patch) | |
tree | de3a800e6d88ff692841b0b82654e488ed301372 /app-office/karbon | |
parent | added version for gaim-2.0.0_beta1 (diff) | |
download | gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.tar.gz gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.tar.bz2 gentoo-2-89084bc698c92eae820e5c294ea17d7eb49472f8.zip |
ebuild clean up
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/karbon/files/digest-karbon-1.3.5 | 3 | ||||
-rw-r--r-- | app-office/karbon/files/digest-karbon-1.4.1 | 1 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.3.5.ebuild | 50 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.4.1.ebuild | 52 |
5 files changed, 5 insertions, 107 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index e708ca7ff893..3a94f7a4da7f 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/karbon # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.23 2005/12/16 01:27:03 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.24 2005/12/20 19:23:58 carlo Exp $ + + 20 Dec 2005; Carsten Lohrke <carlo@gentoo.org> -karbon-1.3.5.ebuild, + -karbon-1.4.1.ebuild: + clean up 16 Dec 2005; Jose Luis Rivero <yoswink@gentoo.org> karbon-1.4.2.ebuild: Stable on alpha wrt bug #112840 diff --git a/app-office/karbon/files/digest-karbon-1.3.5 b/app-office/karbon/files/digest-karbon-1.3.5 deleted file mode 100644 index 4dc2ef3e1dd3..000000000000 --- a/app-office/karbon/files/digest-karbon-1.3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 79896426542b0cf07e2e15f84946905a koffice-1.3.4.tar.bz2 10765924 -MD5 18f35fd33b62d4d0549130eceb6fca38 koffice-1.3.4-1.3.5.tar.xdelta 340954 -MD5 dbc7e76c86647709a3e74f57c0fcf7f5 koffice-1.3.5.tar.bz2 10778584 diff --git a/app-office/karbon/files/digest-karbon-1.4.1 b/app-office/karbon/files/digest-karbon-1.4.1 deleted file mode 100644 index 47d9bab5c838..000000000000 --- a/app-office/karbon/files/digest-karbon-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 91a7b68757addc5934c5a8209a4926d5 koffice-1.4.1.tar.bz2 19364338 diff --git a/app-office/karbon/karbon-1.3.5.ebuild b/app-office/karbon/karbon-1.3.5.ebuild deleted file mode 100644 index 09043e758242..000000000000 --- a/app-office/karbon/karbon-1.3.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.3.5.ebuild,v 1.6 2005/07/12 19:38:09 josejx Exp $ - -MAXKOFFICEVER=1.3.5 -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice: Yet another vector graphics application." -HOMEPAGE="http://www.koffice.org/" -SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64 ppc ~ppc64 x86" - -IUSE="" -SLOT="0" - -DEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) - >=media-libs/libart_lgpl-2.3.9 - dev-util/pkgconfig" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkoscript lib/koscript - libkospell lib/kospell - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store" - -KMEXTRACTONLY="lib/" - -KMCOMPILEONLY="filters/liboofilter" - -KMEXTRA="filters/karbon" - -need-kde 3.1 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile first liboofilter because it's needed by the karbon's OOo filters - echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am - - kde-meta_src_unpack makefiles -} diff --git a/app-office/karbon/karbon-1.4.1.ebuild b/app-office/karbon/karbon-1.4.1.ebuild deleted file mode 100644 index e43dda98b82a..000000000000 --- a/app-office/karbon/karbon-1.4.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-1.4.1.ebuild,v 1.5 2005/09/11 17:03:46 agriffis Exp $ - -MAXKOFFICEVER=${PV} -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice vector drawing application." -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" - -SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86" -IUSE="" - -RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) - >=media-gfx/imagemagick-5.5.2 - >=media-libs/freetype-2 - media-libs/fontconfig - media-libs/libart_lgpl" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkoscript lib/koscript - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store" - -KMEXTRACTONLY="lib/" - -KMCOMPILEONLY="filters/liboofilter" - -KMEXTRA="filters/karbon" - -need-kde 3.3 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile liboofilter first - echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am - - kde-meta_src_unpack makefiles -} |