summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-17 23:33:38 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-17 23:33:38 +0000
commita1ec6c422f1c41a9fe580eeb1afd713dae9bf1b2 (patch)
tree1a1152a917f0adf88a4df9c04d12d9ab37acea5b /app-i18n/kde-i18n
parentfixes for kde-3.1_beta (diff)
downloadgentoo-2-a1ec6c422f1c41a9fe580eeb1afd713dae9bf1b2.tar.gz
gentoo-2-a1ec6c422f1c41a9fe580eeb1afd713dae9bf1b2.tar.bz2
gentoo-2-a1ec6c422f1c41a9fe580eeb1afd713dae9bf1b2.zip
kde-i18n 3.0.4 and 3.1_beta2 ebuilds, closes #9094
Diffstat (limited to 'app-i18n/kde-i18n')
-rw-r--r--app-i18n/kde-i18n/ChangeLog12
-rw-r--r--app-i18n/kde-i18n/files/digest-kde-i18n-3.0.42
-rw-r--r--app-i18n/kde-i18n/files/digest-kde-i18n-3.1_beta22
-rw-r--r--app-i18n/kde-i18n/kde-i18n-3.0.4.ebuild24
-rw-r--r--app-i18n/kde-i18n/kde-i18n-3.1_beta2.ebuild24
5 files changed, 63 insertions, 1 deletions
diff --git a/app-i18n/kde-i18n/ChangeLog b/app-i18n/kde-i18n/ChangeLog
index 81a78c37bb9c..e6f74e09ef52 100644
--- a/app-i18n/kde-i18n/ChangeLog
+++ b/app-i18n/kde-i18n/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for app-i18n/kde-i18n
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/ChangeLog,v 1.3 2002/08/20 09:54:31 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/ChangeLog,v 1.4 2002/10/17 23:33:36 hannes Exp $
+
+*kde-i18n-3.1_beta2 (18 Oct 2002)
+
+ 18 Oct 2002; Hannes Mehnert <hannes@gentoo.org> kde-i18n-3.1-beta2.ebuild:
+ KDE 3.1_beta2 version
+
+*kde-i18n-3.0.4 (18 Oct 2002)
+
+ 18 Oct 2002; Hannes Mehnert <hannes@gentoo.org> kde-i18n-3.0.4.ebuild:
+ KDE 3.0.4 version
*kde-i18n-3.0.3 (20 Aug 2002)
diff --git a/app-i18n/kde-i18n/files/digest-kde-i18n-3.0.4 b/app-i18n/kde-i18n/files/digest-kde-i18n-3.0.4
new file mode 100644
index 000000000000..83279490d618
--- /dev/null
+++ b/app-i18n/kde-i18n/files/digest-kde-i18n-3.0.4
@@ -0,0 +1,2 @@
+MD5 14cd99b51ea8fa55c4b78498484dc781 kde-i18n-3.0.4.tar.bz2 96744625
+MD5 fab5aecf469f755d9da4ecfc994f9671 kde-i18n-gentoo.patch 898
diff --git a/app-i18n/kde-i18n/files/digest-kde-i18n-3.1_beta2 b/app-i18n/kde-i18n/files/digest-kde-i18n-3.1_beta2
new file mode 100644
index 000000000000..66342787a3f0
--- /dev/null
+++ b/app-i18n/kde-i18n/files/digest-kde-i18n-3.1_beta2
@@ -0,0 +1,2 @@
+MD5 66a4b52f55be118e7f9ae8f271569e19 kde-i18n-3.0.8.tar.bz2 130237163
+MD5 fab5aecf469f755d9da4ecfc994f9671 kde-i18n-gentoo.patch 898
diff --git a/app-i18n/kde-i18n/kde-i18n-3.0.4.ebuild b/app-i18n/kde-i18n/kde-i18n-3.0.4.ebuild
new file mode 100644
index 000000000000..83812f92c2ea
--- /dev/null
+++ b/app-i18n/kde-i18n/kde-i18n-3.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/kde-i18n-3.0.4.ebuild,v 1.1 2002/10/17 23:33:36 hannes Exp $
+
+inherit kde-i18n
+S=${WORKDIR}/${P}
+
+src_unpack() {
+
+ cd ${WORKDIR}
+ unpack ${P}.tar.bz2
+
+ # we need to patch the Makefile.in's of <lang>/docs/common/ for each
+ # languager, but we can't patch Makefile.am's, so better than patching in
+ # src_compile, we make -f Makefile.cvs here in src_unpack.
+ cd ${S}
+ make -f Makefile.cvs
+ for x in `cat subdirs`; do
+ cd ${S}/${x}
+ [ -d docs/common ] && \
+ ( patch -p0 < ${DISTDIR}/kde-i18n-gentoo.patch || die )
+ done
+
+}
diff --git a/app-i18n/kde-i18n/kde-i18n-3.1_beta2.ebuild b/app-i18n/kde-i18n/kde-i18n-3.1_beta2.ebuild
new file mode 100644
index 000000000000..f58d4da205b8
--- /dev/null
+++ b/app-i18n/kde-i18n/kde-i18n-3.1_beta2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kde-i18n/kde-i18n-3.1_beta2.ebuild,v 1.1 2002/10/17 23:33:36 hannes Exp $
+
+inherit kde-i18n
+S=${WORKDIR}/${P}
+
+src_unpack() {
+
+ cd ${WORKDIR}
+ unpack ${P}.tar.bz2
+
+ # we need to patch the Makefile.in's of <lang>/docs/common/ for each
+ # languager, but we can't patch Makefile.am's, so better than patching in
+ # src_compile, we make -f Makefile.cvs here in src_unpack.
+ cd ${S}
+ make -f Makefile.cvs
+ for x in `cat subdirs`; do
+ cd ${S}/${x}
+ [ -d docs/common ] && \
+ ( patch -p0 < ${DISTDIR}/kde-i18n-gentoo.patch || die )
+ done
+
+}