summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 03:01:21 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 03:01:21 +0000
commitc6c1598cac770e65c2ca3b421e80bc297739ecfe (patch)
tree0861f37a4085409b2458f880fd90e60c183cb0ed /kde-base/kde-l10n
parentSpring cleaning. (diff)
downloadgentoo-2-c6c1598cac770e65c2ca3b421e80bc297739ecfe.tar.gz
gentoo-2-c6c1598cac770e65c2ca3b421e80bc297739ecfe.tar.bz2
gentoo-2-c6c1598cac770e65c2ca3b421e80bc297739ecfe.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kde-l10n')
-rw-r--r--kde-base/kde-l10n/ChangeLog8
-rw-r--r--kde-base/kde-l10n/kde-l10n-4.0.0.ebuild63
2 files changed, 7 insertions, 64 deletions
diff --git a/kde-base/kde-l10n/ChangeLog b/kde-base/kde-l10n/ChangeLog
index 602e00473e41..055a19ca6677 100644
--- a/kde-base/kde-l10n/ChangeLog
+++ b/kde-base/kde-l10n/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kde-l10n
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.2 2008/02/07 00:11:25 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/ChangeLog,v 1.3 2008/02/17 03:01:21 ingmar Exp $
+
+ 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kde-l10n-4.0.0.ebuild:
+ Spring cleaning
+
+ 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kde-l10n-4.0.0.ebuild:
+ Spring cleaning
*kde-l10n-4.0.1 (06 Feb 2008)
diff --git a/kde-base/kde-l10n/kde-l10n-4.0.0.ebuild b/kde-base/kde-l10n/kde-l10n-4.0.0.ebuild
deleted file mode 100644
index fe4597942699..000000000000
--- a/kde-base/kde-l10n/kde-l10n-4.0.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.0.0.ebuild,v 1.1 2008/01/17 23:49:11 philantrop Exp $
-
-EAPI="1"
-
-inherit kde4-base
-
-DESCRIPTION="KDE internationalization package"
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=sys-devel/gettext-0.15"
-RDEPEND=""
-
-LANGS="ar be bg ca csb de el en_GB eo es et eu fi fr ga gl hi hu it ja km ko lv
-mk nb nds ne nl nn pa pl pt pt_BR ru se sl sv th tr uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
-SRC_URI=""
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
- SRC_URI="${SRC_URI} linguas_${X}? ( ${URI_BASE}/${PN}-${X}-${PV}.tar.bz2 )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
- if [[ -z "${A}" ]]; then
- echo
- ewarn "You either have the LINGUAS variable unset, or it only"
- ewarn "contains languages not supported by ${P}."
- ewarn "You won't have any additional language support."
- echo
- ewarn "${P} supports these language codes:"
- ewarn "${LANGS}"
- echo
- fi
-
- [[ -n ${A} ]] && unpack ${A}
- cd "${S}"
-
- # Create a top-level CMakeLists.txt to include the selected LINGUAS as sub-directories of ${S}
- for dir in * ; do
- [[ -d ${dir} ]] && echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt
- done
-}
-
-src_compile() {
- if [[ -n "${A}" ]]; then
- kde4-base_src_compile
- fi
-}
-
-src_install() {
- if [[ -n "${A}" ]]; then
- kde4-base_src_install
- fi
-}