summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-21 02:30:07 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-21 02:30:07 +0000
commit2faf17aa40ba4a9c7341b0eb4c7cfa1140ad2991 (patch)
tree6ad14587ed1f652f5e3b34e61d3c67ba8ee11cda /kde-misc/adjustableclock
parentEAPI bump (diff)
downloadgentoo-2-2faf17aa40ba4a9c7341b0eb4c7cfa1140ad2991.tar.gz
gentoo-2-2faf17aa40ba4a9c7341b0eb4c7cfa1140ad2991.tar.bz2
gentoo-2-2faf17aa40ba4a9c7341b0eb4c7cfa1140ad2991.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc/adjustableclock')
-rw-r--r--kde-misc/adjustableclock/ChangeLog9
-rw-r--r--kde-misc/adjustableclock/adjustableclock-4.1.3.ebuild41
2 files changed, 48 insertions, 2 deletions
diff --git a/kde-misc/adjustableclock/ChangeLog b/kde-misc/adjustableclock/ChangeLog
index 56a9aa81fd9a..4fe7dfb5c07a 100644
--- a/kde-misc/adjustableclock/ChangeLog
+++ b/kde-misc/adjustableclock/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/adjustableclock
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/adjustableclock/ChangeLog,v 1.18 2013/07/13 16:28:11 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/adjustableclock/ChangeLog,v 1.19 2014/01/21 02:30:07 mrueg Exp $
+
+*adjustableclock-4.1.3 (21 Jan 2014)
+
+ 21 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +adjustableclock-4.1.3.ebuild:
+ Version bump.
13 Jul 2013; Johannes Huber <johu@gentoo.org> -adjustableclock-3.2.ebuild:
Remove old.
diff --git a/kde-misc/adjustableclock/adjustableclock-4.1.3.ebuild b/kde-misc/adjustableclock/adjustableclock-4.1.3.ebuild
new file mode 100644
index 000000000000..3d87438e2e83
--- /dev/null
+++ b/kde-misc/adjustableclock/adjustableclock-4.1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/adjustableclock/adjustableclock-4.1.3.ebuild,v 1.1 2014/01/21 02:30:07 mrueg Exp $
+
+EAPI=5
+
+KDE_LINGUAS_DIR="applet/locale"
+KDE_LINGUAS="de et pl pt pt_BR sv tr uk"
+inherit kde4-base
+
+DESCRIPTION="Plasmoid to show date and time in adjustable format using rich text."
+HOMEPAGE="http://kde-look.org/content/show.php/Adjustable+Clock?content=92825"
+SRC_URI="http://kde-look.org/CONTENT/content-files/92825-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep libplasmaclock)
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep plasma-workspace)
+"
+
+src_prepare() {
+ kde4-base_src_prepare
+
+ local lang
+ for lang in ${KDE_LINGUAS} ; do
+ if ! use linguas_${lang} ; then
+ rm ${KDE_LINGUAS_DIR}/${lang}.mo
+ fi
+ done
+}
+
+pkg_postinst() {
+ elog "Version 4.0 (and newer) is not backwards compatible with 3.x."
+ elog "All custom formats need to be exported and manually converted."
+}