* [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
@ 2011-07-24 18:24 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-07-24 18:24 UTC (permalink / raw
To: gentoo-commits
commit: fc29963d282702188bb793f16099683fca7aacc0
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Jul 24 18:09:24 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Jul 24 18:09:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc29963d
x11-libs/gtksourceview: add 3.1.3
Add gnome-3.1.x version, sync with gx86, update the live ebuild
accordingly.
---
...view-9999.ebuild => gtksourceview-3.1.3.ebuild} | 32 +++++++++++--------
x11-libs/gtksourceview/gtksourceview-9999.ebuild | 32 +++++++++++--------
2 files changed, 36 insertions(+), 28 deletions(-)
diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.1.3.ebuild
similarity index 59%
copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild
copy to x11-libs/gtksourceview/gtksourceview-3.1.3.ebuild
index 8a846a0..6b0f80c 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.1.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
-EAPI="2"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://projects.gnome.org/gtksourceview/"
LICENSE="GPL-2"
SLOT="3.0"
@@ -20,44 +20,48 @@ IUSE="doc glade +introspection"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
fi
# Note: has native OSX support, prefix teams, attack!
RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.28
+ >=dev-libs/libxml2-2.6:2
+ >=dev-libs/glib-2.28:2
glade? ( >=dev-util/glade-3.9:3.10 )
introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ >=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9
doc? ( >=dev-util/gtk-doc-1.11 )"
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-
-pkg_config() {
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-deprecations
- --enable-completion-providers
+ --enable-providers
$(use_enable glade glade-catalog)
$(use_enable introspection)"
}
src_prepare() {
- sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
+ sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
+
+ # Skip broken test until upstream bug #621383 is solved
+ sed -e "/guess-language/d" \
+ -e "/get-language/d" \
+ -i tests/test-languagemanager.c || die
gnome2_src_prepare
}
src_test() {
- Xemake check || die "Test phase failed"
+ Xemake check
}
src_install() {
gnome2_src_install
insinto /usr/share/${PN}-3.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
+ doins "${FILESDIR}"/2.0/gentoo.lang
}
diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 8a846a0..6b0f80c 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
-EAPI="2"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://projects.gnome.org/gtksourceview/"
LICENSE="GPL-2"
SLOT="3.0"
@@ -20,44 +20,48 @@ IUSE="doc glade +introspection"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
fi
# Note: has native OSX support, prefix teams, attack!
RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.28
+ >=dev-libs/libxml2-2.6:2
+ >=dev-libs/glib-2.28:2
glade? ( >=dev-util/glade-3.9:3.10 )
introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ >=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9
doc? ( >=dev-util/gtk-doc-1.11 )"
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-
-pkg_config() {
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-deprecations
- --enable-completion-providers
+ --enable-providers
$(use_enable glade glade-catalog)
$(use_enable introspection)"
}
src_prepare() {
- sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
+ sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
+
+ # Skip broken test until upstream bug #621383 is solved
+ sed -e "/guess-language/d" \
+ -e "/get-language/d" \
+ -i tests/test-languagemanager.c || die
gnome2_src_prepare
}
src_test() {
- Xemake check || die "Test phase failed"
+ Xemake check
}
src_install() {
gnome2_src_install
insinto /usr/share/${PN}-3.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
+ doins "${FILESDIR}"/2.0/gentoo.lang
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
@ 2011-08-09 16:15 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-08-09 16:15 UTC (permalink / raw
To: gentoo-commits
commit: 41b9ad93da331b5d55adab9a2fddd9fb2f2ba852
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 9 15:38:46 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 9 15:41:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=41b9ad93
x11-libs/gtksourceview: 3.1.3 → 3.1.4
Version bump with fixes for various bugfixes and improvements,
particularly in the css lang file.
---
...iew-3.1.3.ebuild => gtksourceview-3.1.4.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gtksourceview/gtksourceview-3.1.3.ebuild b/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.1.3.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
@ 2011-08-23 17:40 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-08-23 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 3e2567b08a6bd5a87ed58af0f822141759fb9099
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 23 17:39:27 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 23 17:39:27 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3e2567b0
x11-libs/gtksourceview: disable maintainer mode (#380387)
Although version 3.1.x is not affected by bug #380387, we should still
make sure to disable maintainer mode to avoid similar problems in the
future.
---
x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild | 1 +
x11-libs/gtksourceview/gtksourceview-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild b/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
index 6b0f80c..6c1e791 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
@@ -39,6 +39,7 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-deprecations
+ --disable-maintainer-mode
--enable-providers
$(use_enable glade glade-catalog)
$(use_enable introspection)"
diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
index 6b0f80c..6c1e791 100644
--- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild
@@ -39,6 +39,7 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-deprecations
+ --disable-maintainer-mode
--enable-providers
$(use_enable glade glade-catalog)
$(use_enable introspection)"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
@ 2011-09-26 23:58 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-09-26 23:58 UTC (permalink / raw
To: gentoo-commits
commit: ebf77a4948fecf9dd6b0b3bdf0766a808cdf9bba
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Sep 26 23:50:34 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Sep 26 23:50:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ebf77a49
x11-libs/gtksourceview: 3.1.4 → 3.2.0
---
...iew-3.1.4.ebuild => gtksourceview-3.2.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild b/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
similarity index 100%
rename from x11-libs/gtksourceview/gtksourceview-3.1.4.ebuild
rename to x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/
@ 2011-09-28 21:18 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 4b7f9d45e20a5c2ad16eef7f466899f1346a407a
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 21:15:20 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 21:15:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4b7f9d45
x11-libs/gtksourceview: 3.2.0 is in gx86
---
x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild | 68 ---------------------
1 files changed, 0 insertions(+), 68 deletions(-)
diff --git a/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild b/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
deleted file mode 100644
index 6c1e791..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.2.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.0.4.ebuild,v 1.1 2011/06/20 11:45:03 pacho Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="A text widget implementing syntax highlighting and other features"
-HOMEPAGE="http://projects.gnome.org/gtksourceview/"
-
-LICENSE="GPL-2"
-SLOT="3.0"
-IUSE="doc glade +introspection"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-fi
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
- >=dev-libs/libxml2-2.6:2
- >=dev-libs/glib-2.28:2
- glade? ( >=dev-util/glade-3.9:3.10 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.17
- >=dev-util/intltool-0.40
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1.11 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
- G2CONF="${G2CONF}
- --disable-deprecations
- --disable-maintainer-mode
- --enable-providers
- $(use_enable glade glade-catalog)
- $(use_enable introspection)"
-}
-
-src_prepare() {
- sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die
-
- # Skip broken test until upstream bug #621383 is solved
- sed -e "/guess-language/d" \
- -e "/get-language/d" \
- -i tests/test-languagemanager.c || die
-
- gnome2_src_prepare
-}
-
-src_test() {
- Xemake check
-}
-
-src_install() {
- gnome2_src_install
-
- insinto /usr/share/${PN}-3.0/language-specs
- doins "${FILESDIR}"/2.0/gentoo.lang
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-28 21:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 18:24 [gentoo-commits] proj/gnome:gnome-next commit in: x11-libs/gtksourceview/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-08-09 16:15 Alexandre Restovtsev
2011-08-23 17:40 Alexandre Restovtsev
2011-09-26 23:58 Alexandre Restovtsev
2011-09-28 21:18 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox