* [gentoo-commits] repo/gentoo:master commit in: dev-libs/guiloader-c++/
@ 2015-12-19 16:18 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2015-12-19 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 4cab941588fcde4afef864cc4985f4af2e44dd6a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 15:47:51 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 16:16:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cab9415
dev-libs/guiloader-c++: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
.../guiloader-c++/guiloader-c++-2.21.0-r1.ebuild | 40 ++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
new file mode 100644
index 0000000..73c2e44
--- /dev/null
+++ b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit eutils flag-o-matic
+
+DESCRIPTION="C++ binding to GuiLoader library"
+HOMEPAGE="http://www.crowdesigner.org"
+SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+LANGS="ru"
+
+RDEPEND=">=dev-libs/guiloader-2.21
+ >=dev-cpp/gtkmm-2.22:2.4
+ >=dev-cpp/glibmm-2.24:2"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+ virtual/pkgconfig
+ nls? ( >=sys-devel/gettext-0.18 )"
+
+for x in ${LANGS}; do
+ IUSE="${IUSE} linguas_${x}"
+done
+
+src_configure() {
+ append-cxxflags -std=c++11
+ econf $(use_enable nls)
+}
+
+src_install() {
+ default
+ prune_libtool_files
+ dodoc doc/{authors.txt,news.en.txt,readme.en.txt}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/guiloader-c++/
@ 2015-12-25 15:13 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 15:13 UTC (permalink / raw
To: gentoo-commits
commit: e89356ff87eff85e25ecc6c175d5c1e88b0ab6b1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:13:06 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:13:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89356ff
dev-libs/guiloader-c++: amd64 stable wrt bug #568790
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
index 73c2e44..5902b8b 100644
--- a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
+++ b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
LANGS="ru"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/guiloader-c++/
@ 2015-12-25 16:20 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 7c17e83f63a3c2d35474f5ccf2e257d3e3da5d2e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:18:04 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:18:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c17e83f
dev-libs/guiloader-c++: x86 stable wrt bug #568790
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
index 5902b8b..2bf4a54 100644
--- a/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
+++ b/dev-libs/guiloader-c++/guiloader-c++-2.21.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
LANGS="ru"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/guiloader-c++/
@ 2015-12-25 16:41 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-12-25 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 528511ee6c199d77311cb14836114eea1250be7c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:37:26 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:40:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528511ee
dev-libs/guiloader-c++: remove old
Package-Manager: portage-2.2.26
dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild | 37 ----------------------
1 file changed, 37 deletions(-)
diff --git a/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild b/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild
deleted file mode 100644
index 7a33e37..0000000
--- a/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-DESCRIPTION="C++ binding to GuiLoader library"
-HOMEPAGE="http://www.crowdesigner.org"
-SRC_URI="https://nothing-personal.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-LANGS="ru"
-
-RDEPEND=">=dev-libs/guiloader-2.21
- >=dev-cpp/gtkmm-2.22:2.4
- >=dev-cpp/glibmm-2.24:2"
-DEPEND="${RDEPEND}
- dev-libs/boost
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.18 )"
-
-for x in ${LANGS}; do
- IUSE="${IUSE} linguas_${x}"
-done
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/{authors.txt,news.en.txt,readme.en.txt} || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-25 16:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-19 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/guiloader-c++/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2015-12-25 15:13 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 16:41 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox