summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-04-06 18:05:22 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2014-04-21 00:55:09 +0200
commitf3adac4f238c564d4867c22358936fd7bf3db64c (patch)
tree77c55c5199928d3f5d1c86bf3cfb2571aeb33790 /app-misc/bijiben
parentgnome-extra/gnome-documents: 3.10.2 → 3.12.0 (diff)
downloadgnome-f3adac4f238c564d4867c22358936fd7bf3db64c.tar.gz
gnome-f3adac4f238c564d4867c22358936fd7bf3db64c.tar.bz2
gnome-f3adac4f238c564d4867c22358936fd7bf3db64c.zip
app-misc/bijiben: 3.10.2 → 3.12.0
Diffstat (limited to 'app-misc/bijiben')
-rw-r--r--app-misc/bijiben/Manifest11
-rw-r--r--app-misc/bijiben/bijiben-3.12.0.ebuild38
2 files changed, 49 insertions, 0 deletions
diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
new file mode 100644
index 00000000..1001fd8f
--- /dev/null
+++ b/app-misc/bijiben/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST bijiben-3.12.0.tar.xz 639916 SHA256 03377f99f71920d3e94c7772f5b7a2aad067878f01d295715fd00b57f3732f26 SHA512 bc54618e3de830bab735fb646994d211dbe6b2216ef0d6e0d100a1687807e458b292c1b84610c49628d7ae46f270d0a67e9740a948a14021eca6917339449bf5 WHIRLPOOL 88fff17089384e15e1074acaea5185d51a5a6fb7497a0eca4be2360a311cb235827fba51745947844e7712158ed5a842e5015a9d6f316df6f453a9b78fbf887f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iEUEAREKAAYFAlNBe0IACgkQ1fmVwcYIWAbk4ACg7+aA3zxCCUOlZMmVdu39jzLe
+PUMAljnJeb9kInLopg4NvwqYb1Q+8Ok=
+=PCiQ
+-----END PGP SIGNATURE-----
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 00000000..44dd4061
--- /dev/null
+++ b/app-misc/bijiben/bijiben-3.12.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+"
+
+src_configure() {
+ gnome2_src_configure ITSTOOL="$(type -P true)"
+}