public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: media-libs/libusbpp/
@ 2015-12-23  1:43 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2015-12-23  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     85f4da2c28e1ad0eb9ae473f5eeb70b0f173ac5f
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Wed Dec 23 01:43:44 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 01:43:44 2015 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=85f4da2c

media-libs/libusbpp: Initial import for media-gfx/lyli

Package-Manager: portage-2.2.26
Manifest-Sign-Key: 0x71D573A82F434065

 media-libs/libusbpp/libusbpp-9999.ebuild | 29 +++++++++++++++++++++++++++++
 media-libs/libusbpp/metadata.xml         |  8 ++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-libs/libusbpp/libusbpp-9999.ebuild b/media-libs/libusbpp/libusbpp-9999.ebuild
new file mode 100644
index 0000000..c47d1f3
--- /dev/null
+++ b/media-libs/libusbpp/libusbpp-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils mercurial
+
+DESCRIPTION="simple C++ wrapper around libusb providing some additional convenience functions"
+HOMEPAGE="https://bitbucket.org/stativ/libusbpp"
+EHG_REPO_URI="https://bitbucket.org/stativ/libusbpp"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="examples"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS=( )
+
+src_prepare() {
+	if ! $(use examples) ; then
+		sed -e '/examples/d' \
+			-i CMakeLists.txt || die 
+	fi
+}

diff --git a/media-libs/libusbpp/metadata.xml b/media-libs/libusbpp/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/media-libs/libusbpp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] dev/xmw:master commit in: media-libs/libusbpp/
@ 2015-12-23  7:20 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2015-12-23  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     83214dbf5b3300ec0805e638ef31386ea928e451
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Wed Dec 23 07:17:49 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 07:17:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=83214dbf

media-libs/libusbpp: replace sed with comment_add_subdirectory.

Package-Manager: portage-2.2.26
Manifest-Sign-Key: 0x71D573A82F434065

 media-libs/libusbpp/libusbpp-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/libusbpp/libusbpp-9999.ebuild b/media-libs/libusbpp/libusbpp-9999.ebuild
index c47d1f3..0b8d8fa 100644
--- a/media-libs/libusbpp/libusbpp-9999.ebuild
+++ b/media-libs/libusbpp/libusbpp-9999.ebuild
@@ -23,7 +23,6 @@ DOCS=( )
 
 src_prepare() {
 	if ! $(use examples) ; then
-		sed -e '/examples/d' \
-			-i CMakeLists.txt || die 
+		comment_add_subdirectory examples
 	fi
 }


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

end of thread, other threads:[~2015-12-23  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23  7:20 [gentoo-commits] dev/xmw:master commit in: media-libs/libusbpp/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2015-12-23  1:43 Michael Weber

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