public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/burn-cd/
@ 2016-03-31  1:56 99% Sam Jorna
  0 siblings, 0 replies; 1+ results
From: Sam Jorna @ 2016-03-31  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     07a6a0eeb48d2e86feccfe84517c3dc99a648873
Author:     Ronald Farrer <canutethegreat <AT> gmail <DOT> com>
AuthorDate: Wed Mar 30 23:09:19 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 01:43:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6a0ee

app-cdr/burn-cd: version bump + updated metadata.xml

Closes: https://github.com/gentoo/gentoo/pull/1168
Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>

 app-cdr/burn-cd/Manifest             |  1 +
 app-cdr/burn-cd/burn-cd-1.8.1.ebuild | 27 +++++++++++++++++++++++++++
 app-cdr/burn-cd/metadata.xml         | 18 +++++++++++++-----
 3 files changed, 41 insertions(+), 5 deletions(-)

diff --git a/app-cdr/burn-cd/Manifest b/app-cdr/burn-cd/Manifest
index c28ca4c..7afb750 100644
--- a/app-cdr/burn-cd/Manifest
+++ b/app-cdr/burn-cd/Manifest
@@ -1,2 +1,3 @@
 DIST burn-cd-1.7.4.gz 14618 SHA256 2b86395358adf96a5b0b60c8869f1d2e62e6c7d43c9d6eabd64899c9f2ef2f66 SHA512 21009659342b284654cec17ac597a5d8f7421a3c0112937db1b70563a42f00a781a7156eeb3877d9c23d6338cffa525cf2f25e4191d9444cca72c4821c9690d6 WHIRLPOOL af2bf7f9832676fe9f508828445d4e41586caee14ff90ce8d50a9e9ac16a0a71290002d5eb92140b2430729700021ee507e72b9a615832840144cc7908230be4
 DIST burn-cd-1.8.0.gz 14977 SHA256 89b01f1c736ffa494aa3d089516db479e0567c5f3784c96df5ce87a4880bbf75 SHA512 d052d6bd909af3f3c96cee727e222e179d913aa42c2d2afe8104c57b5263b06f318d6ec870ad2862779d757c4d522b7d82892eb0725255261a28243c919b82cf WHIRLPOOL 6a08964511a5a27803d6941971b923e8b73a90cfee7d137d529c313815b2ed911f0a2e4478b2272c465fd96421d83c9f5db1b6cbc81f6c9272c31aebfb287019
+DIST burn-cd-1.8.1.tar.gz 153586 SHA256 8445937d904cf36e690764b1956e6736d4729cf639bc237a67df09d2f24218b2 SHA512 2da40c703351e97d164eeef7c5662cad66292b71a97f47ae4ddcbcf11a09fb298c6c9e8160da53b0908434e64048c2397beaa988b1cbc1513660f73d8f2fe1fe WHIRLPOOL 22caa838520970aa0af5844f8d95e18bff601a3142c61019b6f1e19a61b66b4d561b6a3fe0068c8a6adc2392174fa4f72b097f0a00bba3e917e0dde8a723004c

diff --git a/app-cdr/burn-cd/burn-cd-1.8.1.ebuild b/app-cdr/burn-cd/burn-cd-1.8.1.ebuild
new file mode 100644
index 0000000..9412905
--- /dev/null
+++ b/app-cdr/burn-cd/burn-cd-1.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-r1
+
+DESCRIPTION="Smart console frontend for the cdrkit/cdrtools & dvd+rw-tools"
+HOMEPAGE="https://github.com/aglyzov/burn-cd/"
+SRC_URI="https://github.com/aglyzov/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+	virtual/cdrtools
+	app-cdr/dvd+rw-tools"
+
+src_install() {
+	newbin ${P} ${PN}
+	insinto /etc
+	newins dotburn-cd.conf burn-cd.conf
+}

diff --git a/app-cdr/burn-cd/metadata.xml b/app-cdr/burn-cd/metadata.xml
index 449a218..2411c54 100644
--- a/app-cdr/burn-cd/metadata.xml
+++ b/app-cdr/burn-cd/metadata.xml
@@ -1,9 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription>CD and DVD command line recording and ripping tools.</longdescription>
-	<upstream>
-		<remote-id type="sourceforge">burn-cd</remote-id>
-	</upstream>
+<maintainer type="person">
+	<email>canutethegreat@gmail.com</email>
+	<name>Ronald Farrer</name>
+	<description>Proxy-maintainer; ADD or CC him for bugs</description>
+</maintainer>
+<maintainer type="project">
+	<email>proxy-maint@gentoo.org</email>
+	<name>Proxy Maintainers</name>
+</maintainer>
+<longdescription>CD and DVD command line recording and ripping tools.</longdescription>
+<upstream>
+	<remote-id type="github">aglyzov/burn-cd</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-03-31  1:56 99% [gentoo-commits] repo/gentoo:master commit in: app-cdr/burn-cd/ Sam Jorna

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