* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-02-15 23:07 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-15 23:07 UTC (permalink / raw
To: gentoo-commits
commit: dabf1489915c1df22bde8d55f4f6262404611505
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Tue Jan 8 13:09:10 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 23:07:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabf1489
media-sound/vimpc: add live ebuild
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10776
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/vimpc/metadata.xml | 2 +-
media-sound/vimpc/vimpc-9999.ebuild | 42 +++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
diff --git a/media-sound/vimpc/metadata.xml b/media-sound/vimpc/metadata.xml
index 936e40a0e75..ffbeaf1f8a3 100644
--- a/media-sound/vimpc/metadata.xml
+++ b/media-sound/vimpc/metadata.xml
@@ -9,6 +9,6 @@
<flag name="boost">Use boost instead of C++11 libraries</flag>
</use>
<upstream>
- <remote-id type="sourceforge">vimpc</remote-id>
+ <remote-id type="github">boysetsfrog/vimpc</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild
new file mode 100644
index 00000000000..c019bc10618
--- /dev/null
+++ b/media-sound/vimpc/vimpc-9999.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools git-r3
+
+DESCRIPTION="An ncurses based mpd client with vi like key bindings"
+HOMEPAGE="https://github.com/boysetsfrog/vimpc"
+EGIT_REPO_URI="https://github.com/boysetsfrog/${PN}.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="boost taglib"
+
+RDEPEND="dev-libs/libpcre
+ media-libs/libmpdclient
+ boost? ( dev-libs/boost:= )
+ taglib? ( media-libs/taglib )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS README.md doc/vimpcrc.example )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable boost) \
+ $(use_enable taglib) \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+src_install() {
+ default
+
+ # vimpc will look for help.txt
+ docompress -x /usr/share/doc/${PF}/help.txt
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2024-09-10 21:08 Stefan Strogin
0 siblings, 0 replies; 12+ messages in thread
From: Stefan Strogin @ 2024-09-10 21:08 UTC (permalink / raw
To: gentoo-commits
commit: 7a59f682552da2ecc17276b3adfd5394cfafd4b4
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 21:06:51 2024 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 21:07:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a59f682
media-sound/vimpc: don't apply patches to live
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
media-sound/vimpc/vimpc-9999.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild
index a6a60a208193..517aa42ede27 100644
--- a/media-sound/vimpc/vimpc-9999.ebuild
+++ b/media-sound/vimpc/vimpc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,11 +28,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-PATCHES=(
- "${FILESDIR}"/${P}-boost.patch
- "${FILESDIR}"/${P}-wformat-security.patch
-)
-
src_prepare() {
default
eautoreconf
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2023-06-12 6:47 Miroslav Šulc
0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2023-06-12 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 4ed22bd1bbfededbc2a884eca03442bbc337586a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 06:46:53 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 06:46:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed22bd1
media-sound/vimpc: dropped obsolete 0.09.2-r1
Bug: https://bugs.gentoo.org/908315
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/vimpc/vimpc-0.09.2-r1.ebuild | 43 --------------------------------
1 file changed, 43 deletions(-)
diff --git a/media-sound/vimpc/vimpc-0.09.2-r1.ebuild b/media-sound/vimpc/vimpc-0.09.2-r1.ebuild
deleted file mode 100644
index 06b1c98bc5b5..000000000000
--- a/media-sound/vimpc/vimpc-0.09.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="An ncurses based mpd client with vi-like key bindings"
-HOMEPAGE="https://github.com/boysetsfrog/vimpc"
-SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost taglib"
-
-RDEPEND="dev-libs/libpcre
- media-libs/libmpdclient
- boost? ( dev-libs/boost:= )
- taglib? ( media-libs/taglib )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-boost.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable boost) \
- $(use_enable taglib)
-}
-
-src_install() {
- local DOCS=( AUTHORS README.md doc/vimpcrc.example )
- default
-
- # vimpc will look for help.txt
- docompress -x /usr/share/doc/${PF}/help.txt
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2023-06-11 15:37 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-06-11 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 79ebc1b8e31eb96b43746190fa37de6227ba8801
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 15:36:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 15:36:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ebc1b8
media-sound/vimpc: Stabilize 0.09.2-r2 amd64, #908315
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/vimpc/vimpc-0.09.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/vimpc/vimpc-0.09.2-r2.ebuild b/media-sound/vimpc/vimpc-0.09.2-r2.ebuild
index 127eb0f1bab0..42d1fa28e1f5 100644
--- a/media-sound/vimpc/vimpc-0.09.2-r2.ebuild
+++ b/media-sound/vimpc/vimpc-0.09.2-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2022-08-17 16:21 Matt Turner
0 siblings, 0 replies; 12+ messages in thread
From: Matt Turner @ 2022-08-17 16:21 UTC (permalink / raw
To: gentoo-commits
commit: b7c99bf1f1e2a5b828cf94fef84177601d7a6837
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 13:48:45 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 16:21:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c99bf1
media-sound/vimpc: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-sound/vimpc/vimpc-0.09.2.ebuild | 42 -----------------------------------
1 file changed, 42 deletions(-)
diff --git a/media-sound/vimpc/vimpc-0.09.2.ebuild b/media-sound/vimpc/vimpc-0.09.2.ebuild
deleted file mode 100644
index e6968fffae96..000000000000
--- a/media-sound/vimpc/vimpc-0.09.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="An ncurses based mpd client with vi-like key bindings"
-HOMEPAGE="https://github.com/boysetsfrog/vimpc"
-SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost taglib"
-
-RDEPEND="dev-libs/libpcre
- media-libs/libmpdclient
- boost? ( dev-libs/boost:= )
- taglib? ( media-libs/taglib )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS README.md doc/vimpcrc.example )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable boost) \
- $(use_enable taglib)
-}
-
-src_install() {
- default
-
- # vimpc will look for help.txt
- docompress -x /usr/share/doc/${PF}/help.txt
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-07-02 11:55 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2019-07-02 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 8ef572fa8ac5ba7f3d1f0a4f7b7df0954e0fd6ef
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 11:54:55 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 11:54:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef572fa
media-sound/vimpc: x86 stable wrt bug #688824
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
media-sound/vimpc/vimpc-0.09.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/vimpc/vimpc-0.09.2.ebuild b/media-sound/vimpc/vimpc-0.09.2.ebuild
index 20535fa1ece..a8dc8d3d487 100644
--- a/media-sound/vimpc/vimpc-0.09.2.ebuild
+++ b/media-sound/vimpc/vimpc-0.09.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="boost taglib"
RDEPEND="dev-libs/libpcre
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-07-02 10:33 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2019-07-02 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 88a68d200ed053d6bfa4bb247cd818e4a8bdb970
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 10:32:46 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 10:32:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a68d20
media-sound/vimpc: amd64 stable wrt bug #688824
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
media-sound/vimpc/vimpc-0.09.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/vimpc/vimpc-0.09.2.ebuild b/media-sound/vimpc/vimpc-0.09.2.ebuild
index 04c0f9dd274..20535fa1ece 100644
--- a/media-sound/vimpc/vimpc-0.09.2.ebuild
+++ b/media-sound/vimpc/vimpc-0.09.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="boost taglib"
RDEPEND="dev-libs/libpcre
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-05-06 23:42 Stefan Strogin
0 siblings, 0 replies; 12+ messages in thread
From: Stefan Strogin @ 2019-05-06 23:42 UTC (permalink / raw
To: gentoo-commits
commit: c7009bfdeb5d363ee9d63a5e069d5c1de828fa69
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 23:31:46 2019 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Mon May 6 23:41:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7009bfd
media-sound/vimpc: update metadata.xml
Bug: https://bugs.gentoo.org/670668
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
media-sound/vimpc/metadata.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-sound/vimpc/metadata.xml b/media-sound/vimpc/metadata.xml
index 60bf5963574..94f386b3b1c 100644
--- a/media-sound/vimpc/metadata.xml
+++ b/media-sound/vimpc/metadata.xml
@@ -6,13 +6,9 @@
<name>Gentoo Sound project</name>
</maintainer>
<maintainer type="person">
- <email>stefan.strogin@gmail.com</email>
+ <email>steils@gentoo.org</email>
<name>Stefan Strogin</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<use>
<flag name="boost">Use boost instead of C++11 libraries</flag>
</use>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-02-15 23:07 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-15 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 839532e6766e2e5455006b85450f7ac814b1b2cf
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Fri Jan 11 11:16:46 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 23:07:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839532e6
media-sound/vimpc: add myself as co-maintainer
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/vimpc/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/media-sound/vimpc/metadata.xml b/media-sound/vimpc/metadata.xml
index ffbeaf1f8a3..60bf5963574 100644
--- a/media-sound/vimpc/metadata.xml
+++ b/media-sound/vimpc/metadata.xml
@@ -5,6 +5,14 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+ <maintainer type="person">
+ <email>stefan.strogin@gmail.com</email>
+ <name>Stefan Strogin</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<use>
<flag name="boost">Use boost instead of C++11 libraries</flag>
</use>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2019-02-15 23:07 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-15 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 4b67f7e3d266afb5df9af44e56c974189eefefc3
Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 16:03:39 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 23:07:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b67f7e3
media-sound/vimpc: version bump to 0.09.2
Closes: https://bugs.gentoo.org/677664
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/vimpc/Manifest | 1 +
media-sound/vimpc/vimpc-0.09.2.ebuild | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index d1360715c5a..5308c771f44 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -1 +1,2 @@
DIST vimpc-0.09.1.tar.gz 583073 BLAKE2B e2ab728a202cc7e5b9a1ffbca979274ae3f6b0f43acdacad51fdbbcd2c45f28dd9cf2f4372d085abc28633aec318f92a7632e54732516c51f20392c2d059e04f SHA512 cf40ae43ac21af80e1b5897f1fa83b4d730fb7dfa4c21b80c296a8e6f2c40e643325fd2aa96bd4dda1abca0ccd2d12545cf91ffcdb8017e5b9cd88917ca96222
+DIST vimpc-0.09.2.tar.gz 452593 BLAKE2B b6cbeab32318e723d7be114255fba7360fa2608d03bde6b2186d47b1cb8e74b4369d0d2b1d683cf5668232bf4581e9acb79d726308b18ff0d82122aa979f81a1 SHA512 456e2d2c0510273c071b24c2dd8f90b73d40a0b02565c00ea986a78f1231cb26fb053ce5b0d1476647c813b84684e400c21948086299e445ffd651c2af46d4c9
diff --git a/media-sound/vimpc/vimpc-0.09.2.ebuild b/media-sound/vimpc/vimpc-0.09.2.ebuild
new file mode 100644
index 00000000000..04c0f9dd274
--- /dev/null
+++ b/media-sound/vimpc/vimpc-0.09.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="An ncurses based mpd client with vi-like key bindings"
+HOMEPAGE="https://github.com/boysetsfrog/vimpc"
+SRC_URI="https://github.com/boysetsfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="boost taglib"
+
+RDEPEND="dev-libs/libpcre
+ media-libs/libmpdclient
+ boost? ( dev-libs/boost:= )
+ taglib? ( media-libs/taglib )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS README.md doc/vimpcrc.example )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable boost) \
+ $(use_enable taglib) \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+src_install() {
+ default
+
+ # vimpc will look for help.txt
+ docompress -x /usr/share/doc/${PF}/help.txt
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2016-08-06 11:33 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
To: gentoo-commits
commit: e0894104a0ae4a99b448c23b73b787cdf82b2abb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 11:23:27 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 11:32:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0894104
media-sound/vimpc: Cleanup per bug #177996
Package-Manager: portage-2.3.0
media-sound/vimpc/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-sound/vimpc/metadata.xml b/media-sound/vimpc/metadata.xml
index ffc8245..936e40a 100644
--- a/media-sound/vimpc/metadata.xml
+++ b/media-sound/vimpc/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>angelos@gentoo.org</email>
- <name>Christoph Mende</name>
- </maintainer>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/
@ 2015-09-20 11:33 Christoph Mende
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende @ 2015-09-20 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 986d1a348bfa886c03e52ec735c457ecfe657480
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:30:03 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:33:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d1a34
media-sound/vimpc: remove old version
Package-Manager: portage-2.2.20.1
media-sound/vimpc/Manifest | 1 -
media-sound/vimpc/vimpc-0.09.0.ebuild | 39 -----------------------------------
2 files changed, 40 deletions(-)
diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index e4c4441..f5eb1c5 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -1,2 +1 @@
-DIST vimpc-0.09.0.tar.gz 597784 SHA256 d406163a8e3e2ffe1e58ff6e49f1249e9d705bcfdd8604ba3e315f1925b16cab SHA512 340609402e459697f56fee323f6667bbe4c5ceccf0461117b021a81423924e87ea9871fa1b68d9b6ea87c452a10843d42290d8c454bfb537d8b0f6b86dc90a02 WHIRLPOOL 1b73bab70c005a0833bfc3ddaf42228f2cbcf761d5e4ff6bf517747d2e80b1d3f3cafacb08c367e6c3a4fd9b9c4e7ef687ba09cd6b963bd63f778c4672f2edc4
DIST vimpc-0.09.1.tar.gz 583073 SHA256 082fa9974e01bf563335ebf950b2f9bc129c0d05c0c15499f7827e8418306031 SHA512 cf40ae43ac21af80e1b5897f1fa83b4d730fb7dfa4c21b80c296a8e6f2c40e643325fd2aa96bd4dda1abca0ccd2d12545cf91ffcdb8017e5b9cd88917ca96222 WHIRLPOOL 5c1a4213275ae0df06a8e18274df12079f53f8042ee465d19ec776a4d181121f884dfd914dff27cb65ec88751a224bb8a5e4440fa34163b47bd5a3e1f9e93c25
diff --git a/media-sound/vimpc/vimpc-0.09.0.ebuild b/media-sound/vimpc/vimpc-0.09.0.ebuild
deleted file mode 100644
index 1d2d9f0..0000000
--- a/media-sound/vimpc/vimpc-0.09.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="An ncurses based mpd client with vi like key bindings"
-HOMEPAGE="http://vimpc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${PN}/Release%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost taglib"
-
-RDEPEND="dev-libs/libpcre
- media-libs/libmpdclient
- boost? ( dev-libs/boost )
- taglib? ( media-libs/taglib )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS README.md doc/vimpcrc.example )
-
-src_configure() {
- econf \
- $(use_enable boost) \
- $(use_enable taglib) \
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
- default
-
- # vimpc will look for help.txt
- docompress -x /usr/share/doc/${PF}/help.txt
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-09-10 21:08 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 23:07 [gentoo-commits] repo/gentoo:master commit in: media-sound/vimpc/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-10 21:08 Stefan Strogin
2023-06-12 6:47 Miroslav Šulc
2023-06-11 15:37 Sam James
2022-08-17 16:21 Matt Turner
2019-07-02 11:55 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-05-06 23:42 Stefan Strogin
2019-02-15 23:07 Andreas Sturmlechner
2019-02-15 23:07 Andreas Sturmlechner
2016-08-06 11:33 Pacho Ramos
2015-09-20 11:33 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox