summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:39:18 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 06:39:18 +0000
commit553a773b8341a9d64ec6af00ad6199970a590da0 (patch)
tree685e93883db938f76999c6aeee1eab77b4d3bd8c
parentBump to 1.3.4, package.masked, USE=introspection is now +introspection (diff)
downloadgentoo-2-553a773b8341a9d64ec6af00ad6199970a590da0.tar.gz
gentoo-2-553a773b8341a9d64ec6af00ad6199970a590da0.tar.bz2
gentoo-2-553a773b8341a9d64ec6af00ad6199970a590da0.zip
EAPI3, version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r--kde-misc/rsibreak/ChangeLog10
-rw-r--r--kde-misc/rsibreak/rsibreak-0.10.ebuild10
-rw-r--r--kde-misc/rsibreak/rsibreak-0.11.ebuild23
3 files changed, 37 insertions, 6 deletions
diff --git a/kde-misc/rsibreak/ChangeLog b/kde-misc/rsibreak/ChangeLog
index d77c2ad4d3ab..1ed48562c95b 100644
--- a/kde-misc/rsibreak/ChangeLog
+++ b/kde-misc/rsibreak/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-misc/rsibreak
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.35 2010/11/08 23:01:13 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.36 2011/01/31 06:39:18 tampakrap Exp $
+
+*rsibreak-0.11 (31 Jan 2011)
+
+ 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> rsibreak-0.10.ebuild,
+ +rsibreak-0.11.ebuild:
+ EAPI3, version bump
08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> rsibreak-0.10.ebuild:
Add knotify runtime dependency
diff --git a/kde-misc/rsibreak/rsibreak-0.10.ebuild b/kde-misc/rsibreak/rsibreak-0.10.ebuild
index 11d50eb35a73..57f9680977ba 100644
--- a/kde-misc/rsibreak/rsibreak-0.10.ebuild
+++ b/kde-misc/rsibreak/rsibreak-0.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v 1.5 2010/11/08 23:01:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.10.ebuild,v 1.6 2011/01/31 06:39:18 tampakrap Exp $
-EAPI=2
+EAPI=3
KDE_LINGUAS="ar be ca cs da de el en_GB es et fr ga gl hi hne is it ja km ko lt
ml nb nds nl nn oc pl pt pt_BR ro ru se sk sv tr uk zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
@@ -20,4 +20,6 @@ IUSE="debug +handbook"
PATCHES=( "${FILESDIR}/${P}-gcc45.patch" )
-RDEPEND="$(add_kdebase_dep knotify)"
+RDEPEND="
+ $(add_kdebase_dep knotify)
+"
diff --git a/kde-misc/rsibreak/rsibreak-0.11.ebuild b/kde-misc/rsibreak/rsibreak-0.11.ebuild
new file mode 100644
index 000000000000..96d48723cad5
--- /dev/null
+++ b/kde-misc/rsibreak/rsibreak-0.11.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/rsibreak-0.11.ebuild,v 1.1 2011/01/31 06:39:18 tampakrap Exp $
+
+EAPI=3
+KDE_LINGUAS="ar be ca cs da de el en_GB es et fr ga gl hi hne is it ja km ko lt
+ml nb nds nl nn oc pl pt pt_BR ro ru se sk sv tr uk zh_CN zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+
+inherit kde4-base
+
+DESCRIPTION="A small utility which bothers you at certain intervals"
+HOMEPAGE="http://www.rsibreak.org/"
+SRC_URI="http://www.rsibreak.org/files/${P}.tar.bz2"
+
+LICENSE="GPL-2 FDL-1.2"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug +handbook"
+
+RDEPEND="
+ $(add_kdebase_dep knotify)
+"