diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-03-02 09:12:40 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-03-02 09:12:40 +0000 |
commit | 7d6d24f1400db2b5f318dc9113ab2b8b5b5086f1 (patch) | |
tree | 0c87ef287483b6f55d331666afffcd36fd2d9f02 /kde-base/kdegraphics | |
parent | removing old versioons (2.2.1 and 2.2) (diff) | |
download | gentoo-2-7d6d24f1400db2b5f318dc9113ab2b8b5b5086f1.tar.gz gentoo-2-7d6d24f1400db2b5f318dc9113ab2b8b5b5086f1.tar.bz2 gentoo-2-7d6d24f1400db2b5f318dc9113ab2b8b5b5086f1.zip |
removing old versions (2.2.1 and 2.2)
Diffstat (limited to 'kde-base/kdegraphics')
8 files changed, 0 insertions, 146 deletions
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-2.2 b/kde-base/kdegraphics/files/digest-kdegraphics-2.2 deleted file mode 100644 index 849432a7939a..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-2.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 67a29b76d24cb394aff9fd8a7f68f34e kde-admin-acinclude.patch 1218 -MD5 32125d00243c884017daa4345b87e2fe kdegraphics-2.2.tar.bz2 1636794 diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r1 b/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r1 deleted file mode 100644 index 262f88c339f0..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2d0b9242f20264167f8b96a8ba3a5c7 kdegraphics-2.2.1.tar.bz2 1633641 diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r2 b/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r2 deleted file mode 100644 index 262f88c339f0..000000000000 --- a/kde-base/kdegraphics/files/digest-kdegraphics-2.2.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2d0b9242f20264167f8b96a8ba3a5c7 kdegraphics-2.2.1.tar.bz2 1633641 diff --git a/kde-base/kdegraphics/files/kdegraphics-2.2.1-gentoo.diff b/kde-base/kdegraphics/files/kdegraphics-2.2.1-gentoo.diff deleted file mode 100644 index b29ef814b70a..000000000000 --- a/kde-base/kdegraphics/files/kdegraphics-2.2.1-gentoo.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- kamera/kcontrol/kamera.cpp~ Sun Jul 22 17:26:01 2001 -+++ kamera/kcontrol/kamera.cpp Sun Jul 22 17:26:13 2001 -@@ -368,7 +368,7 @@ - { - CameraAbilities abilities; - -- char *name = item->text(0).latin1(); -+ char *name = (char *) item->text(0).latin1(); - - // retrieve camera abilities structure - if(gp_camera_abilities_by_name(name, &abilities) == GP_OK) { diff --git a/kde-base/kdegraphics/files/kdegraphics-2.2.1-r2-gentoo.diff b/kde-base/kdegraphics/files/kdegraphics-2.2.1-r2-gentoo.diff deleted file mode 100644 index b29ef814b70a..000000000000 --- a/kde-base/kdegraphics/files/kdegraphics-2.2.1-r2-gentoo.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- kamera/kcontrol/kamera.cpp~ Sun Jul 22 17:26:01 2001 -+++ kamera/kcontrol/kamera.cpp Sun Jul 22 17:26:13 2001 -@@ -368,7 +368,7 @@ - { - CameraAbilities abilities; - -- char *name = item->text(0).latin1(); -+ char *name = (char *) item->text(0).latin1(); - - // retrieve camera abilities structure - if(gp_camera_abilities_by_name(name, &abilities) == GP_OK) { diff --git a/kde-base/kdegraphics/kdegraphics-2.2.1-r1.ebuild b/kde-base/kdegraphics/kdegraphics-2.2.1-r1.ebuild deleted file mode 100644 index d4cab3ece60e..000000000000 --- a/kde-base/kdegraphics/kdegraphics-2.2.1-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-2.2.1-r1.ebuild,v 1.2 2001/10/01 11:04:22 danarmak Exp $ -. /usr/portage/eclass/inherit.eclass || die -inherit kde-dist || die - -DESCRIPTION="${DESCRIPTION}Graphics" - -DEPEND="$DEPEND sys-devel/perl - tex? ( >=app-text/tetex-1.0.7 ) - gphoto2? ( >=media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" - -RDEPEND="$RDEPEND gphoto2? ( >=media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" - -src_compile() { - - kde_src_compile myconf - - use gphoto2 && myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" || myconf="$myconf --without-kamera" - - kde_src_compile configure make - -} - - diff --git a/kde-base/kdegraphics/kdegraphics-2.2.1-r2.ebuild b/kde-base/kdegraphics/kdegraphics-2.2.1-r2.ebuild deleted file mode 100644 index c9729d55a333..000000000000 --- a/kde-base/kdegraphics/kdegraphics-2.2.1-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-2.2.1-r2.ebuild,v 1.2 2001/11/14 06:02:49 achim Exp $ -. /usr/portage/eclass/inherit.eclass || die -inherit kde-dist || die - -DESCRIPTION="${DESCRIPTION}Graphics" - -DEPEND="$DEPEND sys-devel/perl - media-gfx/sane-backends - tex? ( >=app-text/tetex-1.0.7 ) - gphoto2? ( =media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" - -RDEPEND="$RDEPEND gphoto2? ( =media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" - -src_unpack() { - - base_src_unpack all patch - cd ${S} - -} - -src_compile() { - - kde_src_compile myconf - - use gphoto2 && myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" || myconf="$myconf --without-kamera" - use tex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" - kde_src_compile configure make - -} - - diff --git a/kde-base/kdegraphics/kdegraphics-2.2.ebuild b/kde-base/kdegraphics/kdegraphics-2.2.ebuild deleted file mode 100644 index aea2beae77c0..000000000000 --- a/kde-base/kdegraphics/kdegraphics-2.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-2.2.ebuild,v 1.7 2001/09/29 21:03:26 danarmak Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="KDE ${PV} - Graphics" -SRC_PATH="kde/stable/${PV}/src/${P}.tar.bz2" -SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH - ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH - ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH - http://www.research.att.com/~leonb/objprelink/kde-admin-acinclude.patch" - -HOMEPAGE="http://www.kde.org" - -DEPEND=">=kde-base/kdelibs-${PV} sys-devel/perl - tex? ( >=app-text/tetex-1.0.7 ) - gphoto2? ( >=media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 ) - objprelink? ( dev-util/objprelink )" - -RDEPEND=">=kde-base/kdelibs-${PV} gphoto2? ( >=media-gfx/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" - -src_unpack() { - - cd ${WORKDIR} - unpack ${P}.tar.bz2 - cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - use objprelink && patch -p0 < ${DISTDIR}/kde-admin-acinclude.patch - -} - -src_compile() { - QTBASE=/usr/X11R6/lib/qt - local myconf - if [ "`use qtmt`" ] - then - myconf="--enable-mt" - fi - if [ "`use gphoto2`" ] ; then - myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" - else - myconf="$myconf --without-kamera" - fi - if [ "`use objprelink`" ] ; then - myconf="$myconf --enable-objprelink" - fi - try ./configure --prefix=${KDEDIR} --host=${CHOST} \ - --with-qt-dir=$QTBASE $myconf --with-xinerama - try make -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README ChangeLog -} - - - - |