summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-16 16:18:08 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-16 16:18:08 +0100
commitf98df8bee17a0d62edfcd5b068562d4e806ee957 (patch)
tree48158409a6fac160c0e0dbb57ec6e15d6eefec56 /app-misc
parentapp-dicts/gnome-dictionary: moved to gx86 (diff)
downloadgnome-f98df8bee17a0d62edfcd5b068562d4e806ee957.tar.gz
gnome-f98df8bee17a0d62edfcd5b068562d4e806ee957.tar.bz2
gnome-f98df8bee17a0d62edfcd5b068562d4e806ee957.zip
app-misc/gnote: moved to gx86
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gnote/Manifest11
-rw-r--r--app-misc/gnote/gnote-3.6.1.ebuild55
-rw-r--r--app-misc/gnote/gnote-9999.ebuild23
-rw-r--r--app-misc/gnote/metadata.xml9
4 files changed, 24 insertions, 74 deletions
diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
deleted file mode 100644
index 381f1146..00000000
--- a/app-misc/gnote/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnote-3.6.1.tar.xz 2634976 SHA256 f1f62ccf9cce1eef2ee2b41039360f946f3b4223983ca52223ccb6687a59f2f9 SHA512 209e77dcaedfd986f24d73af4b554fdf10a54c21c661a820759531fbd3c27a51f186f51de9e696dad4781707063d6a3c70406dac35b3a4bd5ebf8aa9ee23df55 WHIRLPOOL 8d3b263d729c622b4111e03d9252f04391be5dd0b546d978ea4001dc28c4446294a0661dd80fda0a2d690dfd48b3189f7ce1cae94f2b6c1c2b962fdf030e4618
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iEYEAREKAAYFAlCNna0ACgkQ1fmVwcYIWAYzhwCbBfAVHd7BdDBzhKqPuyFuebMs
-HAQAn2n5GWnmy4GeYZJYAPa6EB9hO9YB
-=5bGe
------END PGP SIGNATURE-----
diff --git a/app-misc/gnote/gnote-3.6.1.ebuild b/app-misc/gnote/gnote-3.6.1.ebuild
deleted file mode 100644
index 18fd8f90..00000000
--- a/app-misc/gnote/gnote-3.6.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Desktop note-taking application"
-HOMEPAGE="http://live.gnome.org/Gnote"
-
-LICENSE="GPL-3"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-IUSE="debug"
-
-RDEPEND="
- >=app-crypt/libsecret-0.8
- >=dev-cpp/glibmm-2.28:2
- >=dev-cpp/gtkmm-3.4:3.0
- >=dev-libs/boost-1.34
- >=dev-libs/libxml2-2:2
- >=sys-apps/util-linux-2.16
- >=x11-libs/gtk+-3.0:3
- dev-libs/libxslt
- x11-libs/libX11
-"
-DEPEND="${DEPEND}
- app-text/yelp-tools
- app-text/docbook-xml-dtd:4.1.2
- >=dev-util/intltool-0.35.0
- virtual/pkgconfig
-"
-
-src_prepare() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --disable-static
- --disable-schemas-compile
- $(use_enable debug)"
-
- # Do not alter CFLAGS
- sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
-
- gnome2_src_prepare
-}
diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999.ebuild
index 18fd8f90..c6a2a463 100644
--- a/app-misc/gnote/gnote-9999.ebuild
+++ b/app-misc/gnote/gnote-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@ fi
DESCRIPTION="Desktop note-taking application"
HOMEPAGE="http://live.gnome.org/Gnote"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
@@ -23,30 +23,37 @@ else
fi
IUSE="debug"
-RDEPEND="
+# Automagic glib-2.32 dep
+COMMON_DEPEND="
>=app-crypt/libsecret-0.8
>=dev-cpp/glibmm-2.28:2
>=dev-cpp/gtkmm-3.4:3.0
>=dev-libs/boost-1.34
+ >=dev-libs/glib-2.32
>=dev-libs/libxml2-2:2
- >=sys-apps/util-linux-2.16
- >=x11-libs/gtk+-3.0:3
dev-libs/libxslt
+ >=sys-apps/util-linux-2.16
+ >=x11-libs/gtk+-3:3
x11-libs/libX11
"
+RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas"
DEPEND="${DEPEND}
- app-text/yelp-tools
app-text/docbook-xml-dtd:4.1.2
>=dev-util/intltool-0.35.0
virtual/pkgconfig
"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ app-text/yelp-tools"
+fi
src_prepare() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
- --disable-schemas-compile
$(use_enable debug)"
+ [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
# Do not alter CFLAGS
sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
diff --git a/app-misc/gnote/metadata.xml b/app-misc/gnote/metadata.xml
new file mode 100644
index 00000000..ee7f6ac3
--- /dev/null
+++ b/app-misc/gnote/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+ </maintainer>
+</pkgmetadata>