summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2007-05-28 00:21:43 +0000
committerRenat Lumpau <rl03@gentoo.org>2007-05-28 00:21:43 +0000
commit5c11cf42888b31a845dacb420f504f0e78d5576a (patch)
tree37d8d5f2440765c12e7593ce01eea78ef9e8c8d5 /www-apps
parentRemoving mips keywords from gnome-related packages, as gnome no longer is sup... (diff)
downloadgentoo-2-5c11cf42888b31a845dacb420f504f0e78d5576a.tar.gz
gentoo-2-5c11cf42888b31a845dacb420f504f0e78d5576a.tar.bz2
gentoo-2-5c11cf42888b31a845dacb420f504f0e78d5576a.zip
Add German translation, bug #175271
(Portage version: 2.1.2.8)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/bugzilla/ChangeLog5
-rw-r--r--www-apps/bugzilla/bugzilla-3.0.ebuild18
-rw-r--r--www-apps/bugzilla/files/digest-bugzilla-3.03
3 files changed, 20 insertions, 6 deletions
diff --git a/www-apps/bugzilla/ChangeLog b/www-apps/bugzilla/ChangeLog
index 37d832a57cd7..9efae410c019 100644
--- a/www-apps/bugzilla/ChangeLog
+++ b/www-apps/bugzilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/bugzilla
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.84 2007/05/27 00:37:55 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/ChangeLog,v 1.85 2007/05/28 00:21:43 rl03 Exp $
+
+ 28 May 2007; Renat Lumpau <rl03@gentoo.org> bugzilla-3.0.ebuild:
+ Add German translation, bug #175271
*bugzilla-3.0 (27 May 2007)
diff --git a/www-apps/bugzilla/bugzilla-3.0.ebuild b/www-apps/bugzilla/bugzilla-3.0.ebuild
index 968ba21d9ff2..4ac75e990fc1 100644
--- a/www-apps/bugzilla/bugzilla-3.0.ebuild
+++ b/www-apps/bugzilla/bugzilla-3.0.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.0.ebuild,v 1.1 2007/05/27 00:37:55 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-3.0.ebuild,v 1.2 2007/05/28 00:21:43 rl03 Exp $
inherit webapp depend.apache versionator eutils
DESCRIPTION="Bugzilla is the Bug-Tracking System from the Mozilla project"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
+SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz
+ linguas_de? ( http://ganderbay.net/dl/germzilla-${PV}-1.utf-8.tar.gz )"
HOMEPAGE="http://www.bugzilla.org"
LICENSE="MPL-1.1 NPL-1.1"
-#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="modperl extras graphviz mysql postgres"
+IUSE="modperl extras graphviz mysql postgres linguas_de"
RDEPEND="
>=dev-lang/perl-5.8.0
@@ -68,8 +68,16 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+
+ if use linguas_de ; then
+ mv de ${P}/template
+ elog "Installing German translation pack"
+ elog "Be sure to read http://wiki.ganderbay.net/wde/Germzilla-Installation"
+ elog "for installation instructions"
+ fi
+
# remove CVS directories
+ cd ${S}
find . -type d -name 'CVS' -print | xargs rm -rf
}
diff --git a/www-apps/bugzilla/files/digest-bugzilla-3.0 b/www-apps/bugzilla/files/digest-bugzilla-3.0
index 8c93e48b9691..e7f27a14a021 100644
--- a/www-apps/bugzilla/files/digest-bugzilla-3.0
+++ b/www-apps/bugzilla/files/digest-bugzilla-3.0
@@ -1,3 +1,6 @@
MD5 9a56a47cdbfcb70a85ad73d923ac7e9d bugzilla-3.0.tar.gz 2170586
RMD160 1ac79140b35473eb1d5a023e44b98bf1e5391182 bugzilla-3.0.tar.gz 2170586
SHA256 bd2f4e05fb1ef4edda3ed3234e195331ca777b5d3cce9c88269a6cedeaba0049 bugzilla-3.0.tar.gz 2170586
+MD5 76dd19b650e7a5506c1668b7ad152400 germzilla-3.0-1.utf-8.tar.gz 229300
+RMD160 222c55d9f09c3db896b42c02e06d58a2934b7ce7 germzilla-3.0-1.utf-8.tar.gz 229300
+SHA256 f59713b723c364a29d244c5b1d8d76d835a52b3f3fa713f7bb94c2a7ddc62096 germzilla-3.0-1.utf-8.tar.gz 229300