public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/
@ 2016-03-07 18:50 Alexis Ballier
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier @ 2016-03-07 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d53e10bc326e2702c33147055d520c9c7e28ab4e
Author:     Сухарик <suhr <AT> i2pmail <DOT> org>
AuthorDate: Mon Mar  7 16:50:34 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 16:50:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53e10bc

media-sound/lingot: use virtual/jack

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

diff --git a/media-sound/lingot/lingot-0.9.1.ebuild b/media-sound/lingot/lingot-0.9.1.ebuild
index e18391f..eebc267 100644
--- a/media-sound/lingot/lingot-0.9.1.ebuild
+++ b/media-sound/lingot/lingot-0.9.1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2
 	dev-libs/glib:2
 	gnome-base/libglade:2.0
 	alsa? ( media-libs/alsa-lib )
-	jack? ( >=media-sound/jack-audio-connection-kit-0.102 )"
+	jack? ( virtual/jack )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	dev-util/intltool


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/
@ 2016-09-05 16:40 Manuel Rüger
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rüger @ 2016-09-05 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fcbc8d4a257748bcb3a98d101f23f3d00b23823c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 16:39:58 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 16:39:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbc8d4a

media-sound/lingot: Remove old

Package-Manager: portage-2.3.0

 media-sound/lingot/Manifest            |  1 -
 media-sound/lingot/lingot-0.9.0.ebuild | 44 ----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/media-sound/lingot/Manifest b/media-sound/lingot/Manifest
index 52f2625..9e07a3f 100644
--- a/media-sound/lingot/Manifest
+++ b/media-sound/lingot/Manifest
@@ -1,2 +1 @@
-DIST lingot-0.9.0.tar.gz 420806 SHA256 ab1fc0cc45e03da6d7c92711bbd8e1691816c2e209108c80f99a54746912e11f SHA512 9e831337853341bbce600aaccd59d34618d254b3288c938cbd82e97b2ad890fabc29556ec563e398ce8791d3b8921981df5e7fb0532b13ad402b498342c27644 WHIRLPOOL 259ce613c266c3142aaff564220bcd5fe953faa8ad489c8fb9cbd3471e1fd77708e027ebb73dc3a5ac8c25609594bb2f6b6b8e29df7ae03ef21c759034c15d81
 DIST lingot-0.9.1.tar.gz 440043 SHA256 ec91223ab3df7c9160e6f1ededd8125e64764360caa0de39f54ef0668d56f979 SHA512 6f4745823436fe24dce8c90c5780691aebf8106380d5d56858bc641448b875feeb97b98603b5839c429d35d8d7e1221cb62c2a0e19dbb41b160b5580dfc9a55f WHIRLPOOL 86542441e6a37182b9ce80897e08ea34f1504a9e25408440f9b8bd5e6ed7bab9ee390df498cd61534f2df51bbb36792167ab0d7a0706fb2dacc9842d3c0dbad4

diff --git a/media-sound/lingot/lingot-0.9.0.ebuild b/media-sound/lingot/lingot-0.9.0.ebuild
deleted file mode 100644
index 6b86955..00000000
--- a/media-sound/lingot/lingot-0.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="LINGOT Is Not a Guitar-Only Tuner"
-HOMEPAGE="http://www.nongnu.org/lingot"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa jack"
-
-RDEPEND="x11-libs/gtk+:2
-	x11-libs/gdk-pixbuf:2
-	x11-libs/pango
-	dev-libs/glib:2
-	gnome-base/libglade:2.0
-	alsa? ( media-libs/alsa-lib )
-	jack? ( >=media-sound/jack-audio-connection-kit-0.102 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/intltool
-	sys-devel/gettext"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7.6-clean-install.patch \
-		"${FILESDIR}"/${P}-jack.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable alsa) \
-		$(use_enable jack)
-}
-
-src_install() {
-	emake DESTDIR="${D}" lingotdocdir="/usr/share/doc/${PF}" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/
@ 2022-11-19 13:30 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-11-19 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     cb71aa119edf9cf8c31a7be6d81d882c5274ffa0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 13:15:06 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 13:21:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb71aa11

media-sound/lingot: inherit xdg

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

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

diff --git a/media-sound/lingot/lingot-1.1.1.ebuild b/media-sound/lingot/lingot-1.1.1.ebuild
index 4c27784dea9a..50150787ae07 100644
--- a/media-sound/lingot/lingot-1.1.1.ebuild
+++ b/media-sound/lingot/lingot-1.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools
+inherit autotools xdg
 
 DESCRIPTION="Accurate, easy to use, and highly configurable musical instrument tuner"
 HOMEPAGE="https://www.nongnu.org/lingot/"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/
@ 2022-11-19 13:30 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-11-19 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     54be7857a5d9819e46f4f15510b690474296fec6
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 13:27:01 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 13:27:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be7857

media-sound/lingot: add savannah-nongnu upstream metadata

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-sound/lingot/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-sound/lingot/metadata.xml b/media-sound/lingot/metadata.xml
index ae636e378c5b..d82c576c2896 100644
--- a/media-sound/lingot/metadata.xml
+++ b/media-sound/lingot/metadata.xml
@@ -13,4 +13,7 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="savannah-nongnu">lingot</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/
@ 2022-11-19 14:33 Ionen Wolkens
  0 siblings, 0 replies; 5+ messages in thread
From: Ionen Wolkens @ 2022-11-19 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9f64750c6af55392b8a5dc5a3aafe48e6be3c07c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 14:32:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 14:33:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f64750c

media-sound/lingot: re-order maintainers

sound is more of a backup free-for-all maintainer and doesn't
accomplish much listed first

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-sound/lingot/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/lingot/metadata.xml b/media-sound/lingot/metadata.xml
index d82c576c2896..a8573374e624 100644
--- a/media-sound/lingot/metadata.xml
+++ b/media-sound/lingot/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>sound@gentoo.org</email>
-		<name>Gentoo Sound project</name>
-	</maintainer>
 	<maintainer type="person" proxied="yes">
 		<email>alexey+gentoo@asokolov.org</email>
 		<name>Alexey Sokolov</name>
@@ -13,6 +9,10 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<maintainer type="project">
+		<email>sound@gentoo.org</email>
+		<name>Gentoo Sound project</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="savannah-nongnu">lingot</remote-id>
 	</upstream>


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

end of thread, other threads:[~2022-11-19 14:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 18:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/lingot/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2016-09-05 16:40 Manuel Rüger
2022-11-19 13:30 Ionen Wolkens
2022-11-19 13:30 Ionen Wolkens
2022-11-19 14:33 Ionen Wolkens

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