* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm-utils/
@ 2015-12-23 11:04 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2015-12-23 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 75c13e9e91c547a7615dac8bbde7f3634b95d87c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 11:03:40 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 11:03:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c13e9e
dev-cpp/gtkmm-utils: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
index ea91835..cb1da71 100644
--- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
+++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
-
-inherit eutils
+EAPI=5
+inherit eutils flag-o-matic
DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and
glibmm."
@@ -28,5 +27,11 @@ src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
econf $(use_enable doc documentation)
}
+
+src_install() {
+ default
+ prune_libtool_files
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm-utils/
@ 2016-12-22 10:45 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2016-12-22 10:45 UTC (permalink / raw
To: gentoo-commits
commit: edc6cce53661442c602dbea573c81634b4c8ac7f
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 09:48:23 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:44:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc6cce5
dev-cpp/gtkmm-utils: fix the license
Package-Manager: portage-2.3.0
dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
index 1423220..4bc0a3a 100644
--- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
+++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and
glibmm."
HOMEPAGE="https://github.com/markoa/gtkmm-utils"
SRC_URI="https://github.com/markoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm-utils/
@ 2016-12-22 10:45 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2016-12-22 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 0829a5a93af7a6e53e16980a9bb60c3d7b8fe087
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 09:45:45 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:44:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0829a5a9
dev-cpp/gtkmm-utils: migrate away from google code #544092
Package-Manager: portage-2.3.0
dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
index cb1da71..1423220 100644
--- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
+++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,8 +7,8 @@ inherit eutils flag-o-matic
DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and
glibmm."
-HOMEPAGE="https://code.google.com/p/gtkmm-utils/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/markoa/gtkmm-utils"
+SRC_URI="https://github.com/markoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-22 10:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm-utils/ Göktürk Yüksek
-- strict thread matches above, loose matches on Subject: below --
2016-12-22 10:45 Göktürk Yüksek
2015-12-23 11:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox