diff options
author | Simone Gotti <motaboy@gentoo.org> | 2005-01-29 13:26:21 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2005-01-29 13:26:21 +0000 |
commit | 0740b357394e3f17877329673ae1a081b7f02d7e (patch) | |
tree | 4241dff630e5b546171a176028b685717426104c /app-office/koshell | |
parent | Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079). (diff) | |
download | gentoo-2-0740b357394e3f17877329673ae1a081b7f02d7e.tar.gz gentoo-2-0740b357394e3f17877329673ae1a081b7f02d7e.tar.bz2 gentoo-2-0740b357394e3f17877329673ae1a081b7f02d7e.zip |
Adding koffice's splitted ebuilds to portage.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-office/koshell')
-rw-r--r-- | app-office/koshell/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/koshell/Manifest | 2 | ||||
-rw-r--r-- | app-office/koshell/files/digest-koshell-1.3.5 | 3 | ||||
-rw-r--r-- | app-office/koshell/koshell-1.3.5.ebuild | 36 | ||||
-rw-r--r-- | app-office/koshell/metadata.xml | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/app-office/koshell/ChangeLog b/app-office/koshell/ChangeLog new file mode 100644 index 000000000000..9b26e05c5b6e --- /dev/null +++ b/app-office/koshell/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-office/koshell +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/ChangeLog,v 1.1 2005/01/29 13:24:36 motaboy Exp $ + +*koshell-1.3.5 (29 Jan 2005) + + 29 Jan 2005; Simone Gotti <motaboy@gentoo.org> +metadata.xml, + +koshell-1.3.5.ebuild: + Adding koffice's splitted ebuilds to portage. + diff --git a/app-office/koshell/Manifest b/app-office/koshell/Manifest new file mode 100644 index 000000000000..9f2f29a35700 --- /dev/null +++ b/app-office/koshell/Manifest @@ -0,0 +1,2 @@ +MD5 d13d1e54747480b35bcd8d009eb021ac koshell-1.3.5.ebuild 763 +MD5 12d141df83ce3d5769387e780ee073f7 files/digest-koshell-1.3.5 211 diff --git a/app-office/koshell/files/digest-koshell-1.3.5 b/app-office/koshell/files/digest-koshell-1.3.5 new file mode 100644 index 000000000000..4dc2ef3e1dd3 --- /dev/null +++ b/app-office/koshell/files/digest-koshell-1.3.5 @@ -0,0 +1,3 @@ +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/koshell/koshell-1.3.5.ebuild b/app-office/koshell/koshell-1.3.5.ebuild new file mode 100644 index 000000000000..eb4db0877da7 --- /dev/null +++ b/app-office/koshell/koshell-1.3.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koshell/koshell-1.3.5.ebuild,v 1.1 2005/01/29 13:24:36 motaboy Exp $ + +MAXKOFFICEVER=1.3.5 +KMNAME=koffice +inherit kde-meta eutils + +DESCRIPTION="KOffice Workspace" +HOMEPAGE="http://www.koffice.org/" +SRC_URI="$SRC_URI mirror://kde/stable/${KMNAME}/src/${KMNAME}-${PV}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86" + +IUSE="" +SLOT="0" + +DEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs) + 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/" + +need-kde 3.1 diff --git a/app-office/koshell/metadata.xml b/app-office/koshell/metadata.xml new file mode 100644 index 000000000000..ec42e9fd586b --- /dev/null +++ b/app-office/koshell/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +</pkgmetadata> |