public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/assogiate/
@ 2015-12-23 23:15 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-23 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6bcd3e096b3a2489162b40452b2fd812991f0084
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 23:15:01 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 23:15:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcd3e09

gnome-extra/assogiate: depend on C++11 enabled packages and use it as std, bug #569142

Package-Manager: portage-2.2.26

 gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild | 51 +++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild b/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
new file mode 100644
index 0000000..900100e
--- /dev/null
+++ b/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit autotools eutils flag-o-matic gnome2
+
+DESCRIPTION="assoGiate is an editor of the file types database for GNOME"
+HOMEPAGE="http://www.kdau.com/projects/assogiate"
+SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.8:2
+	>=dev-cpp/glibmm-2.46:2
+	>=dev-cpp/gtkmm-2.24.4-r3:2.4
+	>=dev-cpp/libxmlpp-2.40
+	>=dev-cpp/gnome-vfsmm-2.26.0-r1
+"
+DEPEND="${RDEPEND}
+	app-text/gnome-doc-utils
+	dev-util/intltool
+	virtual/pkgconfig
+"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+src_prepare() {
+	# Fix desktop file
+	epatch "${FILESDIR}"/${P}-desktop.patch
+
+	# Fix compilation, bug #374911
+	epatch "${FILESDIR}"/${P}-typedialog.patch
+
+	# Fix building with glib-2.32, bug #417765
+	epatch "${FILESDIR}"/${P}-glib-2.32.patch
+
+	# Fix building with gcc-4.7
+	epatch "${FILESDIR}"/${P}-gcc-4.7.patch
+
+	eautoreconf
+	gnome2_src_prepare
+
+	append-cxxflags -std=c++11
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/assogiate/
@ 2016-09-18 11:37 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     53271ebc722c1103de046f8860b81b0a47ef2d59
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 11:24:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:36:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53271ebc

gnome-extra/assogiate: Drop old

Package-Manager: portage-2.3.0

 gnome-extra/assogiate/assogiate-0.2.1.ebuild | 46 ----------------------------
 1 file changed, 46 deletions(-)

diff --git a/gnome-extra/assogiate/assogiate-0.2.1.ebuild b/gnome-extra/assogiate/assogiate-0.2.1.ebuild
deleted file mode 100644
index 76b9d84..00000000
--- a/gnome-extra/assogiate/assogiate-0.2.1.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="4"
-GCONF_DEBUG="yes"
-
-inherit autotools gnome2 eutils
-
-DESCRIPTION="assoGiate is an editor of the file types database for GNOME"
-HOMEPAGE="http://www.kdau.com/projects/assogiate"
-SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.8:2
-	>=dev-cpp/glibmm-2.8:2
-	>=dev-cpp/gtkmm-2.8:2.4
-	>=dev-cpp/libxmlpp-2.14
-	>=dev-cpp/gnome-vfsmm-2.6"
-DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
-	virtual/pkgconfig
-	dev-util/intltool"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
-	# Fix desktop file
-	epatch "${FILESDIR}/${P}-desktop.patch"
-
-	# Fix compilation, bug #374911
-	epatch "${FILESDIR}/${P}-typedialog.patch"
-
-	# Fix building with glib-2.32, bug #417765
-	epatch "${FILESDIR}/${P}-glib-2.32.patch"
-
-	# Fix building with gcc-4.7
-	epatch "${FILESDIR}/${P}-gcc-4.7.patch"
-
-	eautoreconf
-	gnome2_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/assogiate/
@ 2016-10-12 18:55 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-10-12 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     16328d978a4ea49ebe67109dd29a9b8c26a501d2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 18:49:34 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 18:54:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16328d97

gnome-extra/assogiate: Set proper libxmlpp slot (#596732 by Toralf Förster)

Package-Manager: portage-2.3.1

 gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild b/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
index cd64408..d778ef3 100644
--- a/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
+++ b/gnome-extra/assogiate/assogiate-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ RDEPEND="
 	>=dev-libs/glib-2.8:2
 	>=dev-cpp/glibmm-2.46:2
 	>=dev-cpp/gtkmm-2.24.4-r3:2.4
-	>=dev-cpp/libxmlpp-2.40
+	>=dev-cpp/libxmlpp-2.40:2.6
 	>=dev-cpp/gnome-vfsmm-2.26.0-r1
 "
 DEPEND="${RDEPEND}


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

end of thread, other threads:[~2016-10-12 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 11:37 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/assogiate/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-10-12 18:55 Pacho Ramos
2015-12-23 23:15 Gilles Dartiguelongue

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