summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 10:53:29 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 10:53:29 +0000
commit0042a94a146d71acc2b84acc77cf0a63d35a8414 (patch)
tree8fceb806556c42d8c1910a72a1d6060153ecfb4f /kde-base/kfax
parentRemoved old versions. (diff)
downloadgentoo-2-0042a94a146d71acc2b84acc77cf0a63d35a8414.tar.gz
gentoo-2-0042a94a146d71acc2b84acc77cf0a63d35a8414.tar.bz2
gentoo-2-0042a94a146d71acc2b84acc77cf0a63d35a8414.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kfax')
-rw-r--r--kde-base/kfax/ChangeLog6
-rw-r--r--kde-base/kfax/kfax-3.5.8.ebuild19
-rw-r--r--kde-base/kfax/kfax-4.0.3.ebuild32
3 files changed, 5 insertions, 52 deletions
diff --git a/kde-base/kfax/ChangeLog b/kde-base/kfax/ChangeLog
index 93be7866a396..2f17643d7b3e 100644
--- a/kde-base/kfax/ChangeLog
+++ b/kde-base/kfax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kfax
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.88 2008/05/18 21:34:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.89 2008/06/07 10:53:29 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kfax-3.5.8.ebuild,
+ -kfax-4.0.3.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> kfax-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/kfax/kfax-3.5.8.ebuild b/kde-base/kfax/kfax-3.5.8.ebuild
deleted file mode 100644
index f82753ef634f..000000000000
--- a/kde-base/kfax/kfax-3.5.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/kfax-3.5.8.ebuild,v 1.7 2008/03/04 05:10:00 jer Exp $
-
-KMNAME=kdegraphics
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE G3/G4 fax viewer"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/kviewshell)"
-
-KMEXTRA="kfaxview"
-KMCOPYLIB="libkmultipage kviewshell"
-KMEXTRACTONLY="kviewshell/"
-KMCOMPILEONLY="kviewshell"
diff --git a/kde-base/kfax/kfax-4.0.3.ebuild b/kde-base/kfax/kfax-4.0.3.ebuild
deleted file mode 100644
index 2e9424b2e304..000000000000
--- a/kde-base/kfax/kfax-4.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/kfax-4.0.3.ebuild,v 1.1 2008/04/05 15:28:18 philantrop Exp $
-
-EAPI="1"
-
-KDE_LINGUAS="af ar be bg br ca cs cy da de el en_GB eo es et eu fa fi fr ga gl
-he hr hu is it ja km ko lt lv mk ms nb nds ne nl nn oc pa pl pt pt_BR ro ru se
-sk sl sr sv ta tg th tr uk vi wa xh zh_CN zh_HK zh_TW"
-
-NEED_KDE="${PV}"
-inherit kde4-base
-
-# old versions of kfax are versioned like kde (up to 3.5.9). this is newer and
-# hence we need a higher version (4.0.3).
-MY_PV="3.3.6"
-DESCRIPTION="KDE G3/G4 fax viewer"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2 LGPL-2"
-SRC_URI="mirror://kde/stable/${PV}/src/extragear/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="kde-4"
-IUSE="debug"
-
-PREFIX="${KDEDIR}"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-S="${WORKDIR}/${PN}-${MY_PV}"