public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtkguitune/
@ 2015-12-23 16:17 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2015-12-23 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5974621ac09b6cf129b535a16881d7b840b84bb0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 11:15:43 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 16:13:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5974621a

media-sound/gtkguitune: Fix building with latest glibmm/libsigc++

Package-Manager: portage-2.2.26

 media-sound/gtkguitune/gtkguitune-0.8.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/media-sound/gtkguitune/gtkguitune-0.8.ebuild b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
index c60336e..3530b13 100644
--- a/media-sound/gtkguitune/gtkguitune-0.8.ebuild
+++ b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
-inherit eutils gnome2-utils
+EAPI=5
+inherit eutils flag-o-matic gnome2-utils
 
 DESCRIPTION="A guitar tuning program that uses Schmitt-triggering for quick feedback"
 HOMEPAGE="https://www.gentoo.org/"
@@ -20,11 +20,14 @@ RDEPEND="dev-cpp/glibmm:2
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	append-cxxflags -std=c++11
+}
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog README
+	default
 	make_desktop_entry ${PN} Guitune guitune_logo
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtkguitune/
@ 2020-02-08 14:18 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-02-08 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     07a84d940453522e5167cac10e5b068e45eb38bb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 14:17:24 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 14:17:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a84d94

media-sound/gtkguitune: [QA] Fix BadHomepage

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/gtkguitune/gtkguitune-0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gtkguitune/gtkguitune-0.8.ebuild b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
index ff2d89b1b4b..9be8c2d1ca9 100644
--- a/media-sound/gtkguitune/gtkguitune-0.8.ebuild
+++ b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit eutils flag-o-matic gnome2-utils
 
 DESCRIPTION="A guitar tuning program that uses Schmitt-triggering for quick feedback"
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="mirror://gentoo/${PN}-gtk2-${PV}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtkguitune/
@ 2020-11-14 15:06 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-11-14 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e1743833ba1613c372255177e7e6f90e37877d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 15:04:54 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:04:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e17438

media-sound/gtkguitune: Port to EAPI 7

* run "make distclean" before calling econf, since the
  tarball contains stale binaries and object code.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/gtkguitune/gtkguitune-0.8.ebuild | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/media-sound/gtkguitune/gtkguitune-0.8.ebuild b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
index c0fcf6da9d6..3373aab1e71 100644
--- a/media-sound/gtkguitune/gtkguitune-0.8.ebuild
+++ b/media-sound/gtkguitune/gtkguitune-0.8.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils flag-o-matic gnome2-utils
+EAPI=7
+
+inherit desktop xdg
 
 DESCRIPTION="A guitar tuning program that uses Schmitt-triggering for quick feedback"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -11,25 +12,24 @@ SRC_URI="mirror://gentoo/${PN}-gtk2-${PV}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
 
-RDEPEND="dev-cpp/glibmm:2
+RDEPEND="
+	dev-cpp/glibmm:2
 	dev-cpp/gtkmm:2.4
 	dev-libs/libsigc++:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}"
 
-src_prepare() {
-	append-cxxflags -std=c++11
+src_configure() {
+	# improperly packaged tarball, contains object code
+	emake distclean
+
+	default
 }
 
 src_install() {
 	default
-	make_desktop_entry ${PN} Guitune guitune_logo
+	make_desktop_entry gtkguitune Guitune guitune_logo
 }
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }


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

end of thread, other threads:[~2020-11-14 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 16:17 [gentoo-commits] repo/gentoo:master commit in: media-sound/gtkguitune/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2020-02-08 14:18 David Seifert
2020-11-14 15:06 David Seifert

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