diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-09-09 17:34:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-09-09 17:34:35 +0000 |
commit | 627a187aaaa2e6a9e1a64898d416d91173952bdb (patch) | |
tree | 3524a22020c6a33613133caec6c319d0e1e30bde /kde-base | |
parent | Good lord please work (diff) | |
download | gentoo-2-627a187aaaa2e6a9e1a64898d416d91173952bdb.tar.gz gentoo-2-627a187aaaa2e6a9e1a64898d416d91173952bdb.tar.bz2 gentoo-2-627a187aaaa2e6a9e1a64898d416d91173952bdb.zip |
3.3.0 is x86 stable
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdegraphics/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdegraphics/files/digest-kdegraphics-3.2.1 | 1 | ||||
-rw-r--r-- | kde-base/kdegraphics/files/digest-kdegraphics-3.3.0_rc2 | 1 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.2.1.ebuild | 44 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.3.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.3.0_rc2.ebuild | 43 |
6 files changed, 6 insertions, 92 deletions
diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog index bfc59c13f569..7c94ab4b8db1 100644 --- a/kde-base/kdegraphics/ChangeLog +++ b/kde-base/kdegraphics/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdegraphics # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.106 2004/09/03 13:41:44 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.107 2004/09/09 17:34:28 caleb Exp $ + + 09 Sep 2004; Caleb Tennis <caleb@gentoo.org> -kdegraphics-3.2.1.ebuild: + 3.3.0 is x86 stable 03 Sep 2004; Caleb Tennis <caleb@gentoo.org> kdegraphics-3.3.0.ebuild: Tetex dep changed per bug #30684 diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1 deleted file mode 100644 index 0ec754a3c03b..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-3.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5a1676b46efdd64be2f9e9604f04b176 kdegraphics-3.2.1.tar.bz2 5726582 diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.3.0_rc2 b/kde-base/kdegraphics/files/digest-kdegraphics-3.3.0_rc2 deleted file mode 100644 index b65e11a359d7..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-3.3.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffe8d9343c9074970be3d9732c0d447b kdegraphics-3.3.0-rc2.tar.bz2 6429143 diff --git a/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild b/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild deleted file mode 100644 index f482466ef3db..000000000000 --- a/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.2.1.ebuild,v 1.7 2004/08/30 15:45:01 pvdabeel Exp $ - -inherit kde-dist - -DESCRIPTION="KDE graphics-related apps" - -KEYWORDS="x86 ppc sparc ~alpha hppa amd64 ~ia64" -IUSE="gphoto2 tetex scanner opengl" - -DEPEND="~kde-base/kdebase-${PV} - gphoto2? ( media-gfx/gphoto2 ) - scanner? ( media-gfx/sane-backends ) - tetex? ( virtual/tetex ) - dev-libs/fribidi - opengl? ( virtual/glut virtual/opengl ) - media-libs/imlib - virtual/ghostscript - media-libs/tiff - x86? ( scanner? sys-libs/libieee1284 )" -RDEPEND="${DEPEND} - app-text/xpdf" - -src_unpack() { - kde_src_unpack - echo -e "\n.NOTPARALLEL:\n" >> ${S}/kpdf/kpdf/Makefile.in -} - -src_compile() { - - use gphoto2 \ - && myconf="$myconf --with-kamera \ - --with-gphoto2-includes=/usr/include/gphoto2 \ - --with-gphoto2-libraries=/usr/lib/gphoto2" \ - || myconf="$myconf --without-kamera" - - use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" - - use scanner || DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan" - - myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" - kde_src_compile -} diff --git a/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild b/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild index 4292bbe27ed0..fef95c85c0b9 100644 --- a/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild +++ b/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild,v 1.8 2004/09/03 17:01:16 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.3.0.ebuild,v 1.9 2004/09/09 17:34:28 caleb Exp $ inherit kde-dist eutils DESCRIPTION="KDE graphics-related apps" -KEYWORDS="~x86 ~amd64 ppc64 ~sparc ppc" +KEYWORDS="x86 ~amd64 ppc64 ~sparc ppc" IUSE="gphoto2 imlib opengl scanner tetex" DEPEND="~kde-base/kdebase-${PV} diff --git a/kde-base/kdegraphics/kdegraphics-3.3.0_rc2.ebuild b/kde-base/kdegraphics/kdegraphics-3.3.0_rc2.ebuild deleted file mode 100644 index 4bdef5a89325..000000000000 --- a/kde-base/kdegraphics/kdegraphics-3.3.0_rc2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.3.0_rc2.ebuild,v 1.1 2004/08/10 15:24:46 caleb Exp $ - -inherit kde-dist eutils - -DESCRIPTION="KDE graphics-related apps" - -KEYWORDS="~x86 ~amd64" -IUSE="gphoto2 tetex scanner opengl" - -DEPEND="~kde-base/kdebase-${PV} - gphoto2? ( media-gfx/gphoto2 ) - scanner? ( media-gfx/sane-backends ) - tetex? ( virtual/tetex ) - dev-libs/fribidi - opengl? ( virtual/glut virtual/opengl ) - media-libs/imlib - virtual/ghostscript - media-libs/tiff - x86? ( scanner? sys-libs/libieee1284 )" -RDEPEND="${DEPEND} - app-text/xpdf" - -src_unpack() { - kde_src_unpack -} - -src_compile() { - - use gphoto2 \ - && myconf="$myconf --with-kamera \ - --with-gphoto2-includes=/usr/include/gphoto2 \ - --with-gphoto2-libraries=/usr/lib/gphoto2" \ - || myconf="$myconf --without-kamera" - - use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" - - use scanner || DO_NOT_COMPILE="$DO_NOT_COMPILE kooka libkscan" - - myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" - kde_src_compile -} |