diff options
author | Ian Leitch <port001@gentoo.org> | 2003-10-19 16:38:40 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-10-19 16:38:40 +0000 |
commit | 86a07ba2f6b4a3e40d7cf70d96a03426655ddb04 (patch) | |
tree | 48dffea35191cbdbdaf269e41d1f153dcfdad395 /app-misc/discomatic | |
parent | New package, #31479 (diff) | |
download | gentoo-2-86a07ba2f6b4a3e40d7cf70d96a03426655ddb04.tar.gz gentoo-2-86a07ba2f6b4a3e40d7cf70d96a03426655ddb04.tar.bz2 gentoo-2-86a07ba2f6b4a3e40d7cf70d96a03426655ddb04.zip |
New package, #31479
Diffstat (limited to 'app-misc/discomatic')
-rw-r--r-- | app-misc/discomatic/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/discomatic/Manifest | 4 | ||||
-rw-r--r-- | app-misc/discomatic/discomatic-0.3.ebuild | 23 | ||||
-rw-r--r-- | app-misc/discomatic/metadata.xml | 12 |
4 files changed, 48 insertions, 1 deletions
diff --git a/app-misc/discomatic/ChangeLog b/app-misc/discomatic/ChangeLog new file mode 100644 index 000000000000..61b32c081802 --- /dev/null +++ b/app-misc/discomatic/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/discomatic +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/ChangeLog,v 1.1 2003/10/19 16:38:35 port001 Exp $ + +*discomatic-0.3 (19 Oct 2003) + + 19 Oct 2003; Ian Leitch <port001@gentoo.org> discomatic-0.3.ebuild: + New package, thanks to Tobias Scherbaum <tobias.alexander@scherbaum.info> + #31479 + diff --git a/app-misc/discomatic/Manifest b/app-misc/discomatic/Manifest index de9a1bfb743f..7a21788ba245 100644 --- a/app-misc/discomatic/Manifest +++ b/app-misc/discomatic/Manifest @@ -1,2 +1,4 @@ -MD5 83dd6d76e14ce6f1c79cf69bea96d682 discomatic-0.3.ebuild 528 +MD5 7b21605c0a1228c4056d9dd949b44a30 discomatic-0.3.ebuild 633 +MD5 e24efbf77cf960add0cda5b71a62931c ChangeLog 408 +MD5 8d1570261946cf9e7a95c1c45258dd99 metadata.xml 362 MD5 0cec4b6a4f5fa4b20e56299aa4c25180 files/digest-discomatic-0.3 66 diff --git a/app-misc/discomatic/discomatic-0.3.ebuild b/app-misc/discomatic/discomatic-0.3.ebuild new file mode 100644 index 000000000000..933b7f1638b0 --- /dev/null +++ b/app-misc/discomatic/discomatic-0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/discomatic-0.3.ebuild,v 1.1 2003/10/19 16:38:35 port001 Exp $ + +inherit gnome2 + +IUSE="" + +DESCRIPTION="GTK+ CD-ROM archiving tool for mastering and burning multiple CD-ROM" +HOMEPAGE="http://discomatic.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND=">=dev-libs/glib-2.2 + >=x11-libs/gtk+-2.2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO" diff --git a/app-misc/discomatic/metadata.xml b/app-misc/discomatic/metadata.xml new file mode 100644 index 000000000000..2d3965728441 --- /dev/null +++ b/app-misc/discomatic/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>noherd</herd> +<maintainer> + <email>port001@gentoo.org</email> + <name>Ian Leitch</name> +</maintainer> +<longdescription> + GTK+ CD-ROM archiving tool for mastering and burning multiple CD-ROM +</longdescription> +</pkgmetadata> |