summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-28 06:17:04 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-28 06:17:04 +0000
commitd2896b9e1b25716ec2bd0081433a0c6af995bd5b (patch)
tree7d0b39db64c8b874cd02758300592184f2cb3af9 /kde-base/kde-i18n
parent*** empty log message *** (diff)
downloadgentoo-2-d2896b9e1b25716ec2bd0081433a0c6af995bd5b.tar.gz
gentoo-2-d2896b9e1b25716ec2bd0081433a0c6af995bd5b.tar.bz2
gentoo-2-d2896b9e1b25716ec2bd0081433a0c6af995bd5b.zip
Completely removed this package, please use the ones in kde-i18n
Diffstat (limited to 'kde-base/kde-i18n')
-rw-r--r--kde-base/kde-i18n/kde-i18n-2.0.1.ebuild42
-rw-r--r--kde-base/kde-i18n/kde-i18n-2.1.1.ebuild41
-rw-r--r--kde-base/kde-i18n/kde-i18n-2.1_beta2.ebuild41
3 files changed, 0 insertions, 124 deletions
diff --git a/kde-base/kde-i18n/kde-i18n-2.0.1.ebuild b/kde-base/kde-i18n/kde-i18n-2.0.1.ebuild
deleted file mode 100644
index 76c6a686a2b6..000000000000
--- a/kde-base/kde-i18n/kde-i18n-2.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-2.0.1.ebuild,v 1.3 2001/01/31 20:39:03 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE 2Beta - Language Support"
-SRC_PATH="kde/stable/${PV}/distribution/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-2.0.1"
-PROVIDE="virtual/kde-i18n-2.0.1"
-
-src_unpack () {
- unpack ${A}
- cd ${S}
-
-}
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- cd ${S}
- rm catalog
- find /usr/share/sgml -name "catalog" -print -exec install-catalog -a catalog {} \;
- export SGML_CATALOG_FILES=${S}/catalog
- try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=$QTBASE
- try SGML_CATALOG_FILES=${S}/catalog make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc COPYING highscore
- docinto html
- dodoc highscore.html
-}
-
-
-
diff --git a/kde-base/kde-i18n/kde-i18n-2.1.1.ebuild b/kde-base/kde-i18n/kde-i18n-2.1.1.ebuild
deleted file mode 100644
index a86356bafb04..000000000000
--- a/kde-base/kde-i18n/kde-i18n-2.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-2.1.1.ebuild,v 1.1 2001/04/23 01:00:39 pete Exp $
-
-V=2.1.1
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE 2.1 Beta 2 - i18n"
-SRC_PATH="kde/unstable/distribution/${PV}/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.twoguys.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-2.1.1"
-PROVIDE="virtual/kde-i18n-2.1.1"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
-
- find /usr/share/sgml -name "catalog" -print -exec install-catalog -a catalog {} \;
- export SGML_CATALOG_FILES=${S}/catalog
- try ./configure --prefix=/opt/kde${V} --host=${CHOST} \
- --with-qt-dir=$QTBASE
- try SGML_CATALOG_FILES=${S}/catalog make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc COPYING highscore
- docinto html
- dodoc highscore.html
-}
-
-
diff --git a/kde-base/kde-i18n/kde-i18n-2.1_beta2.ebuild b/kde-base/kde-i18n/kde-i18n-2.1_beta2.ebuild
deleted file mode 100644
index c699986eb221..000000000000
--- a/kde-base/kde-i18n/kde-i18n-2.1_beta2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-2.1_beta2.ebuild,v 1.2 2001/01/31 20:34:47 achim Exp $
-
-V=2.1-beta2
-A=${PN}-${V}.tar.bz2
-S=${WORKDIR}/${PN}-${V}
-DESCRIPTION="KDE 2.1 Beta 2 - i18n"
-SRC_PATH="kde/unstable/distribution/2.1beta2/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.twoguys.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org/"
-
-DEPEND=">=kde-base/kdelibs-2.1_beta2"
-PROVIDE="virtual/kde-i18n-2.1beta2"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
-
- find /usr/share/sgml -name "catalog" -print -exec install-catalog -a catalog {} \;
- export SGML_CATALOG_FILES=${S}/catalog
- try ./configure --prefix=/opt/kde${V} --host=${CHOST} \
- --with-qt-dir=$QTBASE
- try SGML_CATALOG_FILES=${S}/catalog make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc COPYING highscore
- docinto html
- dodoc highscore.html
-}
-
-