public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (drac)" <drac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-ui: metadata.xml Manifest gupnp-ui-0.1.ebuild ChangeLog
Date: Thu, 13 Sep 2007 14:50:55 +0000	[thread overview]
Message-ID: <E1IVq1v-0004s0-LS@stork.gentoo.org> (raw)

drac        07/09/13 14:50:55

  Added:                metadata.xml Manifest gupnp-ui-0.1.ebuild ChangeLog
  Log:
  Initial commit.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.1                  net-libs/gupnp-ui/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-p2p</herd>
<maintainer><email>drac@gentoo.org</email></maintainer>
</pkgmetadata>



1.1                  net-libs/gupnp-ui/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST gupnp-ui-0.1.tar.gz 355759 RMD160 f7ce99e024adffe557f798c00fcfebb5431ed8f9 SHA1 95700f958713cf055cbda406adccb743d708765a SHA256 b95b5c574917048744c6202a1c991591ff4ab10fba2980b1495502daf078bde8
EBUILD gupnp-ui-0.1.ebuild 702 RMD160 25ca72f1eb2de7e1bc0bce9b8fd9ce7742deadb2 SHA1 4ffe609467be4d0e81a1b7c36838e44559884a62 SHA256 8d0b836eda5e91a06f74eddb772488deeeae28b127b7271ada28a0d3f95f1d43
MD5 11f15a3d1fb20936c4244ba06dccc22d gupnp-ui-0.1.ebuild 702
RMD160 25ca72f1eb2de7e1bc0bce9b8fd9ce7742deadb2 gupnp-ui-0.1.ebuild 702
SHA256 8d0b836eda5e91a06f74eddb772488deeeae28b127b7271ada28a0d3f95f1d43 gupnp-ui-0.1.ebuild 702
MISC ChangeLog 237 RMD160 2f1d3770a1d6b37ed303ba29895eaa4e9421edbf SHA1 cd786598f9d0eb97639d88877306c816ab882d07 SHA256 0db697735abf4fdf37deb87fc29452e9f64f6e44f3fb0fd9fbade5d4dbdb33a5
MD5 89940557d4de31427988e94e3ad72623 ChangeLog 237
RMD160 2f1d3770a1d6b37ed303ba29895eaa4e9421edbf ChangeLog 237
SHA256 0db697735abf4fdf37deb87fc29452e9f64f6e44f3fb0fd9fbade5d4dbdb33a5 ChangeLog 237
MISC metadata.xml 216 RMD160 7b0319f8bf82a8928cde4da1928f05a76fab37c5 SHA1 f6e2c043721bfc506406107c26365c199e9ae2f9 SHA256 7610109b812b7113584f66a15d4cb2f2945e30423256130064ce8ed983dd2344
MD5 1aea48dd9047900ef8dcf62195e9bf3e metadata.xml 216
RMD160 7b0319f8bf82a8928cde4da1928f05a76fab37c5 metadata.xml 216
SHA256 7610109b812b7113584f66a15d4cb2f2945e30423256130064ce8ed983dd2344 metadata.xml 216
MD5 b688f9c8f9d36045d69fc4ee7fd96d10 files/digest-gupnp-ui-0.1 238
RMD160 7812eab3f1f0301924df6f17b9cd56a9d9cc14ae files/digest-gupnp-ui-0.1 238
SHA256 cff234199bf545529a05f2496a0e9ddd511f3a551d1595eafad0a3c956a3141d files/digest-gupnp-ui-0.1 238



1.1                  net-libs/gupnp-ui/gupnp-ui-0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.ebuild?rev=1.1&content-type=text/plain

Index: gupnp-ui-0.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.ebuild,v 1.1 2007/09/13 14:50:55 drac Exp $

DESCRIPTION="Collection of simple GTK+ widgets on top of GUPnP."
HOMEPAGE="http://gupnp.org"
SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc"

RDEPEND=">=x11-libs/gtk+-2
	>=net-libs/gupnp-0.3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	doc? ( dev-util/gtk-doc )"

src_compile() {
	econf $(use_enable doc gtk-doc)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS NEWS README
	use doc || rm -rf "${D}"/usr/share/gtk-doc/html/${PN}
}



1.1                  net-libs/gupnp-ui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-libs/gupnp-ui
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v 1.1 2007/09/13 14:50:55 drac Exp $

*gupnp-ui-0.1 (13 Sep 2007)

  13 Sep 2007; Samuli Suominen <drac@gentoo.org> +gupnp-ui-0.1.ebuild:
  Initial commit.




-- 
gentoo-commits@gentoo.org mailing list



                 reply	other threads:[~2007-09-13 14:58 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=E1IVq1v-0004s0-LS@stork.gentoo.org \
    --to=drac@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