public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
@ 2015-09-18  7:49 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-18  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     91c6c003795bdcb53fa82dafbb80d3bd6c40e29d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 07:42:03 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 07:49:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c6c003

media-gfx/gimmage: Move from berlios to sf.net

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=537748

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-gfx/gimmage/gimmage-0.2.3.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild
index 308e528..715d8ba 100644
--- a/media-gfx/gimmage/gimmage-0.2.3.ebuild
+++ b/media-gfx/gimmage/gimmage-0.2.3.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=2
+
 inherit autotools eutils
 
 DESCRIPTION="A slim GTK-based image browser"
-HOMEPAGE="http://gimmage.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
+HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
+SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
-RDEPEND="dev-cpp/cairomm
+RDEPEND="
+	dev-cpp/cairomm
 	>=dev-cpp/gtkmm-2.6.2:2.4
 	net-misc/curl
 	sys-apps/file"
@@ -23,7 +25,8 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc43.patch \
+	epatch \
+		"${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-as-needed.patch \
 		"${FILESDIR}"/${P}-desktop-entry.patch \
 		"${FILESDIR}"/${P}-gcc47.patch


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
@ 2015-09-18  7:49 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-18  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     26d05a9a18c660f582eb7520fa1382a16c7a0e0d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 07:48:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 07:49:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d05a9a

media-gfx/gimmage: Bump to EAPI=5

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
new file mode 100644
index 0000000..7878b32
--- /dev/null
+++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="A slim GTK-based image browser"
+HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
+SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug"
+
+RDEPEND="
+	dev-cpp/cairomm
+	>=dev-cpp/gtkmm-2.6.2:2.4
+	net-misc/curl
+	sys-apps/file"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-as-needed.patch \
+		"${FILESDIR}"/${P}-desktop-entry.patch \
+		"${FILESDIR}"/${P}-gcc47.patch
+	eautoreconf
+}
+
+src_configure() {
+	local myconf
+	use debug && myconf="--enable-debug"
+
+	econf ${myconf}
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
@ 2015-09-19 12:32 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2015-09-19 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2389d782ff4ee5fee60642713a0665765c26f5e0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 12:31:22 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:31:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2389d782

media-gfx/gimmage: amd64 stable wrt bug #560744

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
index 7878b32..7767c01 100644
--- a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
+++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="debug"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
@ 2015-09-20 10:24 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-20 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d4bba14871febfcdee5ccea24d5bdf778881a82a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:20:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:24:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bba148

media-gfx/gimmage: Clean old

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-gfx/gimmage/gimmage-0.2.3.ebuild | 46 ----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/media-gfx/gimmage/gimmage-0.2.3.ebuild b/media-gfx/gimmage/gimmage-0.2.3.ebuild
deleted file mode 100644
index 715d8ba..0000000
--- a/media-gfx/gimmage/gimmage-0.2.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit autotools eutils
-
-DESCRIPTION="A slim GTK-based image browser"
-HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
-SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug"
-
-RDEPEND="
-	dev-cpp/cairomm
-	>=dev-cpp/gtkmm-2.6.2:2.4
-	net-misc/curl
-	sys-apps/file"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-gcc43.patch \
-		"${FILESDIR}"/${P}-as-needed.patch \
-		"${FILESDIR}"/${P}-desktop-entry.patch \
-		"${FILESDIR}"/${P}-gcc47.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-	use debug && myconf="--enable-debug"
-
-	econf ${myconf}
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/
@ 2015-12-23 20:38 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2015-12-23 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     932f0bb499de1a458bd2dc4f1f57c2d2e83f3328
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:02:52 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:38:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932f0bb4

media-gfx/gimmage: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-gfx/gimmage/gimmage-0.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
index 47fac03..35b84dd 100644
--- a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
+++ b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
@@ -3,8 +3,7 @@
 # $Id$
 
 EAPI=5
-
-inherit autotools eutils
+inherit autotools eutils flag-o-matic
 
 DESCRIPTION="A slim GTK-based image browser"
 HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
@@ -37,5 +36,6 @@ src_configure() {
 	local myconf
 	use debug && myconf="--enable-debug"
 
+	append-cxxflags -std=c++11
 	econf ${myconf}
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-23 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18  7:49 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimmage/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-12-23 20:38 Pacho Ramos
2015-09-20 10:24 Justin Lecher
2015-09-19 12:32 Agostino Sarubbo
2015-09-18  7:49 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox