* [gentoo-commits] dev/angelos:master commit in: media-sound/vimpc/
@ 2011-06-26 12:35 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-06-26 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 9b2cdb62a18a6ea3dadf7874bd43ae47fea75fe7
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:11:12 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 16:11:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=9b2cdb62
vimpc: Add live ebuild
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
media-sound/vimpc/Manifest | 7 ++++---
media-sound/vimpc/vimpc-9999.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 29 insertions(+), 3 deletions(-)
diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index bd5a570..9ffe86a 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -4,11 +4,12 @@ Hash: SHA256
AUX vimpc-0.02.1-pcre-libs.patch 428 RMD160 4ff8fb48b4737180adedaa09f9d10e30ab0c6b6d SHA1 22c0f348e914eab6e32a8b49ee2d19cfcca8d766 SHA256 f6f0b11970bdf9aea093a0ca15d17b1fd8c06e840c844b489b9a362fc8e761bc
DIST vimpc-0.02.1.tar.gz 235067 RMD160 a640cc5d3319705b4d175a443ab0f3ab11f00656 SHA1 cca93452d63d4496b220bbc7b1a9b0cb2671b5fb SHA256 9344b763e817e2512231e58f8569507d153cac88276c937b1fe0d67e5897a1a5
EBUILD vimpc-0.02.1.ebuild 581 RMD160 09bd9fbbac73f4bfc3749957002c31e11d75fa43 SHA1 fbd1bd3844bc354244b7bf8c65f6ed0134c30d0a SHA256 1aac284d8cf26467ffcdbc418ea10749d57a5a4dae79d88aba181eeade6a0a65
+EBUILD vimpc-9999.ebuild 551 RMD160 e62b4bd67b6e66c32fc7704048da8acd574fac40 SHA1 93be4bcaf9c07af43fbc6f588e7ef85995dec3ff SHA256 6731ed499a086eb22134e2da6713605aec070dec30839e07e5854a2b88cfed1b
MISC metadata.xml 162 RMD160 8056876fd0119a9fcf1cf8e6a622173f9a2a41a6 SHA1 54fe1b9e689c641de2d237db03c8c38c6f7b6522 SHA256 c754e9c767b98b9894c12dd21b8ef1d01f2b5e58813a286f9a62f20078888d85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk31DeoACgkQmWq1bYTyC0NeYgEAj+60sRIJ6pu60/i9VvcXWexX
-8glCe/RKZuJ2DBSJP3kA/1s6GyTCOg6L/ZcenrOxrA9BSknxHlMBDzXdKByhUksi
-=pof4
+iF4EAREIAAYFAk4GCKAACgkQmWq1bYTyC0O8JAD/WFquo3ah2j+Ujhfzw8y0aA+a
+8xuQulSI12d0IwlwgvYA/3PQYnwtGO1tqoBUp1GMh8zUcokXcW8pNm1yV2/AceVb
+=y9tf
-----END PGP SIGNATURE-----
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild
new file mode 100644
index 0000000..e3600f1
--- /dev/null
+++ b/media-sound/vimpc/vimpc-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools subversion
+
+DESCRIPTION="An ncurses based mpd client with vi like key bindings."
+HOMEPAGE="http://vimpc.sourceforge.net/"
+ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk"
+ESVN_BOOTSTRAP="eautoreconf"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-libs/libpcre
+ media-libs/libmpdclient"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S=${WORKDIR}/${PN}
+
+DOCS=( AUTHORS README )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: media-sound/vimpc/
@ 2011-06-26 14:44 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-06-26 14:44 UTC (permalink / raw
To: gentoo-commits
commit: d2a5e36649e323231837ab74a287496fe000da68
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 13:39:51 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 13:39:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=d2a5e366
vimpc: Update live ebuild
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
media-sound/vimpc/Manifest | 8 ++++----
media-sound/vimpc/vimpc-9999.ebuild | 13 ++++++++++++-
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index 9ffe86a..b9e2adf 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -4,12 +4,12 @@ Hash: SHA256
AUX vimpc-0.02.1-pcre-libs.patch 428 RMD160 4ff8fb48b4737180adedaa09f9d10e30ab0c6b6d SHA1 22c0f348e914eab6e32a8b49ee2d19cfcca8d766 SHA256 f6f0b11970bdf9aea093a0ca15d17b1fd8c06e840c844b489b9a362fc8e761bc
DIST vimpc-0.02.1.tar.gz 235067 RMD160 a640cc5d3319705b4d175a443ab0f3ab11f00656 SHA1 cca93452d63d4496b220bbc7b1a9b0cb2671b5fb SHA256 9344b763e817e2512231e58f8569507d153cac88276c937b1fe0d67e5897a1a5
EBUILD vimpc-0.02.1.ebuild 581 RMD160 09bd9fbbac73f4bfc3749957002c31e11d75fa43 SHA1 fbd1bd3844bc354244b7bf8c65f6ed0134c30d0a SHA256 1aac284d8cf26467ffcdbc418ea10749d57a5a4dae79d88aba181eeade6a0a65
-EBUILD vimpc-9999.ebuild 551 RMD160 e62b4bd67b6e66c32fc7704048da8acd574fac40 SHA1 93be4bcaf9c07af43fbc6f588e7ef85995dec3ff SHA256 6731ed499a086eb22134e2da6713605aec070dec30839e07e5854a2b88cfed1b
+EBUILD vimpc-9999.ebuild 732 RMD160 57330225a84d556ae39cbb514eacab33594475a5 SHA1 a41bd91b87b5856c830bae0f58af077274b24969 SHA256 51ecb1c22f468739c6283d6c13fef2b74be60fc39e0a9b6202f7b69eb1f80218
MISC metadata.xml 162 RMD160 8056876fd0119a9fcf1cf8e6a622173f9a2a41a6 SHA1 54fe1b9e689c641de2d237db03c8c38c6f7b6522 SHA256 c754e9c767b98b9894c12dd21b8ef1d01f2b5e58813a286f9a62f20078888d85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk4GCKAACgkQmWq1bYTyC0O8JAD/WFquo3ah2j+Ujhfzw8y0aA+a
-8xuQulSI12d0IwlwgvYA/3PQYnwtGO1tqoBUp1GMh8zUcokXcW8pNm1yV2/AceVb
-=y9tf
+iF4EAREIAAYFAk4HNqYACgkQmWq1bYTyC0PKGQD/Z9O0PEEkMYzL5Sq4GK7Yw5Zo
+46grUthNYRQ17Dd6iX0A/1rqiOZ8XyBaKucM7oXxSGrIO4CoADxT2SWAmSXayxB8
+=TTvw
-----END PGP SIGNATURE-----
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild
index e3600f1..f64f09a 100644
--- a/media-sound/vimpc/vimpc-9999.ebuild
+++ b/media-sound/vimpc/vimpc-9999.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-RDEPEND="dev-libs/libpcre
+RDEPEND="dev-libs/libpcre[cxx]
media-libs/libmpdclient"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -23,3 +23,14 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}
DOCS=( AUTHORS README )
+
+src_configure() {
+ econf --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] 2+ messages in thread
end of thread, other threads:[~2011-06-26 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-26 14:44 [gentoo-commits] dev/angelos:master commit in: media-sound/vimpc/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2011-06-26 12:35 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox