Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/gnote/
Date: Wed, 28 Sep 2011 07:06:03
Message-Id: 17a0f8dbbe46db716620c4ba3d1959cd015d6af0.tetromino@gentoo
1 commit: 17a0f8dbbe46db716620c4ba3d1959cd015d6af0
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 08:08:58 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 07:03:17 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=17a0f8db
7
8 app-misc/gnote: add 0.8.0
9
10 Add the gnome-3.2, gtk3-based version of gnote.
11
12 ---
13 app-misc/gnote/gnote-0.8.0.ebuild | 55 +++++++++++++++++++++++++++++++++++++
14 app-misc/gnote/gnote-9999.ebuild | 55 +++++++++++++++++++++++++++++++++++++
15 2 files changed, 110 insertions(+), 0 deletions(-)
16
17 diff --git a/app-misc/gnote/gnote-0.8.0.ebuild b/app-misc/gnote/gnote-0.8.0.ebuild
18 new file mode 100644
19 index 0000000..aaffb3e
20 --- /dev/null
21 +++ b/app-misc/gnote/gnote-0.8.0.ebuild
22 @@ -0,0 +1,55 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $
26 +
27 +EAPI="4"
28 +GNOME2_LA_PUNT="yes"
29 +
30 +inherit gnome2
31 +if [[ ${PV} = 9999 ]]; then
32 + inherit gnome2-live
33 +fi
34 +
35 +DESCRIPTION="Desktop note-taking application"
36 +HOMEPAGE="http://live.gnome.org/Gnote"
37 +
38 +LICENSE="GPL-3"
39 +SLOT="0"
40 +if [[ ${PV} = 9999 ]]; then
41 + KEYWORDS=""
42 +else
43 + KEYWORDS="~amd64 ~x86"
44 +fi
45 +IUSE="applet debug"
46 +
47 +RDEPEND=">=x11-libs/gtk+-3.0:3
48 + >=dev-cpp/glibmm-2.28:2
49 + >=dev-cpp/gtkmm-3.0:3.0
50 + >=dev-libs/libxml2-2:2
51 + dev-libs/libxslt
52 + >=dev-libs/libpcre-7.8:3[cxx]
53 + >=dev-libs/boost-1.34
54 + >=sys-apps/util-linux-2.16
55 + applet? ( >=gnome-base/gnome-panel-3 )"
56 +DEPEND="${DEPEND}
57 + dev-util/pkgconfig
58 + >=dev-util/intltool-0.35.0
59 + app-text/gnome-doc-utils
60 + app-text/docbook-xml-dtd:4.1.2"
61 +
62 +pkg_setup() {
63 + DOCS="AUTHORS ChangeLog NEWS README TODO"
64 + G2CONF="${G2CONF}
65 + --disable-static
66 + --disable-schemas-compile
67 + $(use_enable applet)
68 + $(use_enable debug)"
69 +}
70 +
71 +src_prepare() {
72 + gnome2_src_prepare
73 +
74 + # Do not set idiotic defines in a released tarball, bug #311979
75 + sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* ||
76 + die "sed failed"
77 +}
78
79 diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999.ebuild
80 new file mode 100644
81 index 0000000..aaffb3e
82 --- /dev/null
83 +++ b/app-misc/gnote/gnote-9999.ebuild
84 @@ -0,0 +1,55 @@
85 +# Copyright 1999-2011 Gentoo Foundation
86 +# Distributed under the terms of the GNU General Public License v2
87 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $
88 +
89 +EAPI="4"
90 +GNOME2_LA_PUNT="yes"
91 +
92 +inherit gnome2
93 +if [[ ${PV} = 9999 ]]; then
94 + inherit gnome2-live
95 +fi
96 +
97 +DESCRIPTION="Desktop note-taking application"
98 +HOMEPAGE="http://live.gnome.org/Gnote"
99 +
100 +LICENSE="GPL-3"
101 +SLOT="0"
102 +if [[ ${PV} = 9999 ]]; then
103 + KEYWORDS=""
104 +else
105 + KEYWORDS="~amd64 ~x86"
106 +fi
107 +IUSE="applet debug"
108 +
109 +RDEPEND=">=x11-libs/gtk+-3.0:3
110 + >=dev-cpp/glibmm-2.28:2
111 + >=dev-cpp/gtkmm-3.0:3.0
112 + >=dev-libs/libxml2-2:2
113 + dev-libs/libxslt
114 + >=dev-libs/libpcre-7.8:3[cxx]
115 + >=dev-libs/boost-1.34
116 + >=sys-apps/util-linux-2.16
117 + applet? ( >=gnome-base/gnome-panel-3 )"
118 +DEPEND="${DEPEND}
119 + dev-util/pkgconfig
120 + >=dev-util/intltool-0.35.0
121 + app-text/gnome-doc-utils
122 + app-text/docbook-xml-dtd:4.1.2"
123 +
124 +pkg_setup() {
125 + DOCS="AUTHORS ChangeLog NEWS README TODO"
126 + G2CONF="${G2CONF}
127 + --disable-static
128 + --disable-schemas-compile
129 + $(use_enable applet)
130 + $(use_enable debug)"
131 +}
132 +
133 +src_prepare() {
134 + gnome2_src_prepare
135 +
136 + # Do not set idiotic defines in a released tarball, bug #311979
137 + sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.* ||
138 + die "sed failed"
139 +}