summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-04-27 15:32:19 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-04-27 15:32:19 +0000
commit43e31a175e988052e613a57280570e19e87fcf23 (patch)
treed11dd6c2caac5eea0bdc03dee8d48845c280b42f /app-misc
parentVersion bump for Gnome 3.12. (diff)
downloadgentoo-2-43e31a175e988052e613a57280570e19e87fcf23.tar.gz
gentoo-2-43e31a175e988052e613a57280570e19e87fcf23.tar.bz2
gentoo-2-43e31a175e988052e613a57280570e19e87fcf23.zip
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/bijiben/ChangeLog7
-rw-r--r--app-misc/bijiben/bijiben-3.12.0.ebuild39
2 files changed, 45 insertions, 1 deletions
diff --git a/app-misc/bijiben/ChangeLog b/app-misc/bijiben/ChangeLog
index 93dcd555c209..d0e8b0a8667a 100644
--- a/app-misc/bijiben/ChangeLog
+++ b/app-misc/bijiben/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/bijiben
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.15 2014/04/18 10:48:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.16 2014/04/27 15:32:19 eva Exp $
+
+*bijiben-3.12.0 (27 Apr 2014)
+
+ 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> +bijiben-3.12.0.ebuild:
+ Version bump for Gnome 3.12.
18 Apr 2014; Pacho Ramos <pacho@gentoo.org> -bijiben-3.8.4.ebuild:
Drop old
diff --git a/app-misc/bijiben/bijiben-3.12.0.ebuild b/app-misc/bijiben/bijiben-3.12.0.ebuild
new file mode 100644
index 000000000000..cea37822cc0f
--- /dev/null
+++ b/app-misc/bijiben/bijiben-3.12.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.12.0.ebuild,v 1.1 2014/04/27 15:32:18 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Note editor designed to remain simple to use"
+HOMEPAGE="http://live.gnome.org/Bijiben"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# zeitgeist is optional but automagic
+RDEPEND="
+ >=app-misc/tracker-1:=
+ >=dev-libs/glib-2.28:2
+ dev-libs/libxml2
+ gnome-extra/zeitgeist
+ media-libs/clutter-gtk:1.0
+ net-libs/gnome-online-accounts
+ net-libs/webkit-gtk:3
+ sys-apps/util-linux
+ >=x11-libs/gtk+-3.11.4:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# app-text/yelp-tools
+
+src_configure() {
+ gnome2_src_configure ITSTOOL="$(type -P true)"
+}