diff options
| author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-25 13:46:21 +0400 |
|---|---|---|
| committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-25 13:46:21 +0400 |
| commit | dc605c59a7e08d9435f809c151d9eda2f838c95c (patch) | |
| tree | 2a926b97e45f0925b461e8a7f83c8a41f8fd7ad8 | |
| parent | f02f2707837d11e40deb4f02c6973b835b1dc163 (diff) | |
| download | kde-dc605c59a7e08d9435f809c151d9eda2f838c95c.tar.gz kde-dc605c59a7e08d9435f809c151d9eda2f838c95c.tar.bz2 kde-dc605c59a7e08d9435f809c151d9eda2f838c95c.zip | |
[kde-base] Drop crapped stuff
| -rw-r--r-- | kde-base/kde-l10n/kde-l10n-4.2.95.ebuild | 90 | ||||
| -rw-r--r-- | kde-base/libknotificationitem/.libknotificationitem-4.2.95.ebuild.swp | bin | 4096 -> 0 bytes |
2 files changed, 0 insertions, 90 deletions
diff --git a/kde-base/kde-l10n/kde-l10n-4.2.95.ebuild b/kde-base/kde-l10n/kde-l10n-4.2.95.ebuild deleted file mode 100644 index 6efe56cb152..00000000000 --- a/kde-base/kde-l10n/kde-l10n-4.2.95.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit kde4-base - -DESCRIPTION="KDE internationalization package" -HOMEPAGE="http://www.kde.org/" -LICENSE="GPL-2" - -DEPEND=">=sys-devel/gettext-0.17" -RDEPEND="" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -LANGS="af ar be bg bn bn_IN br ca cs csb cy da de el en_GB eo es et eu fa fi fr - fy ga gl gu he hi hr hsb hu hy is it ja ka kk km kn ko ku lb lt lv mk ml - ms mt nb nds ne nl nn nso oc pa pl pt pt_BR ro ru rw se sk sl sr sv ta te tg - th tr uk uz vi wa xh zh_CN zh_HK zh_TW" -for LNG in ${LANGS}; do - IUSE="${IUSE} linguas_${LNG}" -done -S="${WORKDIR}"/${PN} - -pkg_setup() { - local lng - for lng in ${LINGUAS}; do - enabled_linguas+=" ${lng}" - done - if [[ -z ${enabled_linguas} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${LANGS}" - elog - fi - kde4-base_pkg_setup -} - -src_unpack() { - local lng - - for lng in ${enabled_linguas}; do - ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/${lng}" - S="${WORKDIR}"/${PN}/${lng} - subversion_src_unpack - done - ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/l10n-kde4/scripts" - S="${WORKDIR}"/${PN}/scripts - subversion_src_unpack - S="${WORKDIR}"/${PN} - kde4-base_src_unpack -} - -src_configure() { - local lng - - if [[ ! -z ${enabled_linguas} ]]; then - cat <<-EOF > "${S}"/CMakeLists.txt - project(kde-l10n) - - find_package(KDE4 REQUIRED) - include (KDE4Defaults) - include(MacroOptionalAddSubdirectory) - - find_package(Gettext REQUIRED) - - EOF - - for lng in ${enabled_linguas} ; do - "${S}"/scripts/autogen.sh ${lng} - echo "add_subdirectory( ${lng} )" >> "${S}"/CMakeLists.txt - done - kde4-base_src_configure - fi -} - -src_compile() { - [[ -z ${enabled_linguas} ]] || kde4-base_src_compile -} - -src_install() { - [[ -z ${enabled_linguas} ]] || kde4-base_src_install -} diff --git a/kde-base/libknotificationitem/.libknotificationitem-4.2.95.ebuild.swp b/kde-base/libknotificationitem/.libknotificationitem-4.2.95.ebuild.swp Binary files differdeleted file mode 100644 index ffdbc228209..00000000000 --- a/kde-base/libknotificationitem/.libknotificationitem-4.2.95.ebuild.swp +++ /dev/null |
