* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2016-11-27 6:01 Göktürk Yüksek
0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2016-11-27 6:01 UTC (permalink / raw
To: gentoo-commits
commit: 8c52086641b5ee87012724cfed089e3e66221e23
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 05:51:29 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 06:01:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c520866
media-libs/lastfmlib: simplify metadata
Package-Manager: portage-2.3.0
media-libs/lastfmlib/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/media-libs/lastfmlib/metadata.xml b/media-libs/lastfmlib/metadata.xml
index ff975ee..d482088 100644
--- a/media-libs/lastfmlib/metadata.xml
+++ b/media-libs/lastfmlib/metadata.xml
@@ -12,10 +12,7 @@
<maintainer type="person">
<email>dirk.vdb@gmail.com</email>
<name>Dirk Vanden Boer</name>
- <description>Proxy maintainer and upstream developer. Please CC him on bugs</description>
</maintainer>
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="github">dirkvdb/lastfmlib</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2016-11-27 6:01 Göktürk Yüksek
0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2016-11-27 6:01 UTC (permalink / raw
To: gentoo-commits
commit: 76c84bd373096808652299756487c872950186ed
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 05:47:38 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 06:00:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c84bd3
media-libs/lastfmlib: migrate away from google code #544092
Package-Manager: portage-2.3.0
media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 6 +++---
media-libs/lastfmlib/metadata.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index 77a0fe8..de2cf4a 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
DESCRIPTION="C++ library to scrobble tracks on Last.fm"
-HOMEPAGE="https://code.google.com/p/lastfmlib/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
+SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-libs/lastfmlib/metadata.xml b/media-libs/lastfmlib/metadata.xml
index 39e0464..ff975ee 100644
--- a/media-libs/lastfmlib/metadata.xml
+++ b/media-libs/lastfmlib/metadata.xml
@@ -17,6 +17,6 @@
<longdescription lang="en">
</longdescription>
<upstream>
- <remote-id type="google-code">lastfmlib</remote-id>
+ <remote-id type="github">dirkvdb/lastfmlib</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2016-11-27 6:01 Göktürk Yüksek
0 siblings, 0 replies; 9+ messages in thread
From: Göktürk Yüksek @ 2016-11-27 6:01 UTC (permalink / raw
To: gentoo-commits
commit: fcd873d3d13deee76fceff1df443161e1298ea88
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 05:49:27 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 06:00:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd873d3
media-libs/lastfmlib: fix the license
Package-Manager: portage-2.3.0
media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index de2cf4a..81eebc2 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="C++ library to scrobble tracks on Last.fm"
HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="debug syslog"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2017-10-28 20:47 Jonas Stein
0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2017-10-28 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 958393f6a026e487321224e8c7ed22c0b0a54726
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 20:46:36 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 20:46:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958393f6
media-libs/lastfmlib: Removed proxied maintainer
Removed proxied maintainer from metadata due to inactivity.
Closes: https://bugs.gentoo.org/633238
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-libs/lastfmlib/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/media-libs/lastfmlib/metadata.xml b/media-libs/lastfmlib/metadata.xml
index d482088a8a1..dbff4991295 100644
--- a/media-libs/lastfmlib/metadata.xml
+++ b/media-libs/lastfmlib/metadata.xml
@@ -5,14 +5,6 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <maintainer type="person">
- <email>dirk.vdb@gmail.com</email>
- <name>Dirk Vanden Boer</name>
- </maintainer>
<upstream>
<remote-id type="github">dirkvdb/lastfmlib</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2018-05-28 23:02 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 3f682016aa5b74491de1d1a24275cc15bcd42266
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:44:15 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f682016
media-libs/lastfmlib: add || die to find call
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index a1f242d8589..3b55a002f90 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
@@ -26,5 +26,5 @@ src_configure() {
src_install() {
default
- find "${D}"/usr -name '*.la' -delete
+ find "${D}"/usr -name '*.la' -delete || die "Pruning failed"
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2021-01-09 10:36 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-09 10:36 UTC (permalink / raw
To: gentoo-commits
commit: f53aea4d85777d68ff790eb6b877a5d83d31f2ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 10:10:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 10:36:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53aea4d
media-libs/lastfmlib: port to EAPI 7, fix StaticSrcUri
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild | 8 ++++----
media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
index f1029063647..877bb72bb05 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="C++ library to scrobble tracks on Last.fm"
HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
-SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
+SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug syslog"
+BDEPEND="virtual/pkgconfig"
RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-string-conv.patch"
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index 3b55a002f90..36000699d5c 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="C++ library to scrobble tracks on Last.fm"
HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
-SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz"
+SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="debug syslog"
+BDEPEND="virtual/pkgconfig"
RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
src_configure() {
econf \
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2021-02-13 17:56 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-13 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 69f8aee7b6eb98fc3281e354ef9d97eafeff5aec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 17:56:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 17:56:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f8aee7
media-libs/lastfmlib: Stabilize 0.4.0-r1 x86, #770328
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
index 877bb72bb05..a8aad24e884 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="debug syslog"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2021-02-15 8:37 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-15 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 659bf966d0294f3bebd28bbca5f426d865d5905a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:37:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:37:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659bf966
media-libs/lastfmlib: Stabilize 0.4.0-r1 amd64, #770328
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
index a8aad24e884..4b5293e5a3b 100644
--- a/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
+++ b/media-libs/lastfmlib/lastfmlib-0.4.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="debug syslog"
BDEPEND="virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/
@ 2021-02-15 8:41 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-15 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 9ab36ad748f98692cba5fc670783b48a4526e7d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:41:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:41:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab36ad7
media-libs/lastfmlib: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 30 -----------------------------
1 file changed, 30 deletions(-)
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
deleted file mode 100644
index 36000699d5c..00000000000
--- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C++ library to scrobble tracks on Last.fm"
-HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases"
-SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug syslog"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable debug) \
- $(use_enable syslog logging) \
- --disable-unittests
-}
-
-src_install() {
- default
- find "${D}"/usr -name '*.la' -delete || die "Pruning failed"
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-02-15 8:41 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-28 20:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/lastfmlib/ Jonas Stein
-- strict thread matches above, loose matches on Subject: below --
2021-02-15 8:41 Sam James
2021-02-15 8:37 Sam James
2021-02-13 17:56 Sam James
2021-01-09 10:36 Sam James
2018-05-28 23:02 Aaron Bauman
2016-11-27 6:01 Göktürk Yüksek
2016-11-27 6:01 Göktürk Yüksek
2016-11-27 6:01 Göktürk Yüksek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox