public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/qdvdauthor-templates: metadata.xml Manifest qdvdauthor-templates-1.0.0.ebuild ChangeLog
@ 2008-06-08 23:09 Stefan Briesenick (sbriesen)
  0 siblings, 0 replies; only message in thread
From: Stefan Briesenick (sbriesen) @ 2008-06-08 23:09 UTC (permalink / raw
  To: gentoo-commits

sbriesen    08/06/08 23:09:02

  Added:                metadata.xml Manifest
                        qdvdauthor-templates-1.0.0.ebuild ChangeLog
  Log:
  initial commit
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.1                  media-video/qdvdauthor-templates/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/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>video</herd>
	<maintainer>
		<email>sbriesen@gentoo.org</email>
		<name>Stefan Briesenick</name>
	</maintainer>
	<longdescription lang="en">
		Templates for 'Q' DVD-Author.
	</longdescription>
</pkgmetadata>



1.1                  media-video/qdvdauthor-templates/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST qdvdauthor-templates-1.0.0.tar.bz2 81618897 RMD160 2a65884f7f6ecf54c2520979f4d7e2344cec03ff SHA1 1623d45edc834d1c562954eb27876f2aef23d609 SHA256 203a1112d1fca5b6a60922254c526b0f838889075ec1952e75b6be3928089eac
EBUILD qdvdauthor-templates-1.0.0.ebuild 573 RMD160 2ccb783558824f959e39fd0bcbaa78471abb81d2 SHA1 8f6eda4fe67859d38d98b1ce5bfdbb8b836b51b0 SHA256 25c9b22382c7c460154b4d05d79d864fa50dfd4799093335597e2467c7093b9a
MISC ChangeLog 302 RMD160 df6fe5de0a6262e2136c4b7741c80c37f205ed61 SHA1 5ba4a317ec813614b548c996a14b9b29dc8631f0 SHA256 0c8791d4939e647768483e24076c230358d3eecc61c2e78e396f11d3d0c5403a
MISC metadata.xml 339 RMD160 2e75e5f8f83174031bf9063b59ace72de68f161a SHA1 df6c2232b11b8d396cd3dc2bb034ce6c0fc75b20 SHA256 2bdd915cddf2ae4bcb2e63e2d7baea86669aaeb5b55a74e11a795d0ae4da96e8



1.1                  media-video/qdvdauthor-templates/qdvdauthor-templates-1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/qdvdauthor-templates-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/qdvdauthor-templates-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: qdvdauthor-templates-1.0.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor-templates/qdvdauthor-templates-1.0.0.ebuild,v 1.1 2008/06/08 23:09:02 sbriesen Exp $

inherit eutils

DESCRIPTION="Templates for 'Q' DVD-Author"
HOMEPAGE="http://qdvdauthor.sourceforge.net/"
SRC_URI="mirror://sourceforge/qdvdauthor/${P}.tar.bz2"

LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-video/qdvdauthor-1.2.0"
RDEPEND="${DEPEND}"

src_compile() {
	: # nothing to do
}

src_install() {
	insinto /usr/share/qdvdauthor
	for i in animated buttons static; do
		doins -r ${i}
	done
}



1.1                  media-video/qdvdauthor-templates/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qdvdauthor-templates/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-video/qdvdauthor-templates
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/qdvdauthor-templates/ChangeLog,v 1.1 2008/06/08 23:09:02 sbriesen Exp $

*qdvdauthor-templates-1.0.0 (08 Jun 2008)

  08 Jun 2008; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml,
  +qdvdauthor-templates-1.0.0.ebuild:
  initial commit




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-08 23:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 23:09 [gentoo-commits] gentoo-x86 commit in media-video/qdvdauthor-templates: metadata.xml Manifest qdvdauthor-templates-1.0.0.ebuild ChangeLog Stefan Briesenick (sbriesen)

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