public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/bircoph:master commit in: net-libs/libnemesi/
Date: Thu, 11 Aug 2016 12:36:22 +0000 (UTC)	[thread overview]
Message-ID: <1470917258.12f4f98d22cd24579af47772246d6ff45420b8a7.bircoph@gentoo> (raw)

commit:     12f4f98d22cd24579af47772246d6ff45420b8a7
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 12:07:38 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 12:07:38 2016 +0000
URL:        https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=12f4f98d

net-libs/libnemesi: update

- use alive git repository
- GLEP 67 update
- EAPI 6 bump
- enable doxygen docs build

 net-libs/libnemesi/libnemesi-9999.ebuild | 32 +++++++++++++++++++++++---------
 net-libs/libnemesi/metadata.xml          |  5 +----
 2 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/net-libs/libnemesi/libnemesi-9999.ebuild b/net-libs/libnemesi/libnemesi-9999.ebuild
index 4f43cd0..46aae1d 100644
--- a/net-libs/libnemesi/libnemesi-9999.ebuild
+++ b/net-libs/libnemesi/libnemesi-9999.ebuild
@@ -1,23 +1,25 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnemesi/libnemesi-0.6.ebuild,v 1.1 2009/10/27 12:45:51 ssuominen Exp $
+# $Id$
 
-EAPI=5
-inherit autotools git-2 multilib
+EAPI=6
+inherit autotools git-r3
 
 DESCRIPTION="a RTSP/RTP client library"
-HOMEPAGE="http://lscube.org/projects/libnemesi/"
-EGIT_REPO_URI="git://git.lscube.org/libnemesi.git"
+HOMEPAGE="https://github.com/bircoph/libnemesi"
+EGIT_REPO_URI="https://github.com/bircoph/libnemesi.git"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="examples ipv6 +sctp"
+IUSE="doc examples ipv6 +sctp"
 
-DEPEND=">=net-libs/netembryo-0.0.9[sctp?]"
-RDEPEND=${DEPEND}
+RDEPEND=">=net-libs/netembryo-0.0.9[sctp?]"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen[dot] )"
 
 src_prepare() {
+	default
 	eautoreconf
 }
 
@@ -29,3 +31,15 @@ src_configure() {
 		--disable-static \
 		--disable-dependency-tracking
 }
+
+src_compile() {
+	default
+	use doc && doxygen
+}
+
+src_install() {
+	default
+	if use doc; then
+		mv docs/html "${D}/usr/share/doc/${PF}/" || die
+	fi
+}

diff --git a/net-libs/libnemesi/metadata.xml b/net-libs/libnemesi/metadata.xml
index 09c17be..b4a27e9 100644
--- a/net-libs/libnemesi/metadata.xml
+++ b/net-libs/libnemesi/metadata.xml
@@ -1,11 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer>
+  <maintainer type="person">
     <email>bircoph@gentoo.org</email>
     <name>Andrew Savchenko</name>
   </maintainer>
-  <use>
-    <flag name="sctp">Support for Stream Control Transmission Protocol</flag>
-  </use>
 </pkgmetadata>


                 reply	other threads:[~2016-08-11 12:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470917258.12f4f98d22cd24579af47772246d6ff45420b8a7.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox