summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Luzzardi <scox@gentoo.org>2004-04-08 17:42:25 +0000
committerAndrea Luzzardi <scox@gentoo.org>2004-04-08 17:42:25 +0000
commitaf1e7ec2ccf5e462b8193233b1afed3c463b414d (patch)
tree2aa3210ab8f1365605b07a839406fcae201bee94 /app-misc/matew
parentInitial import of matew (diff)
downloadgentoo-2-af1e7ec2ccf5e462b8193233b1afed3c463b414d.tar.gz
gentoo-2-af1e7ec2ccf5e462b8193233b1afed3c463b414d.tar.bz2
gentoo-2-af1e7ec2ccf5e462b8193233b1afed3c463b414d.zip
Initial import of matew
Diffstat (limited to 'app-misc/matew')
-rw-r--r--app-misc/matew/ChangeLog10
-rw-r--r--app-misc/matew/Manifest4
-rw-r--r--app-misc/matew/files/digest-matew-1.91
-rw-r--r--app-misc/matew/matew-1.9.ebuild38
-rw-r--r--app-misc/matew/metadata.xml13
5 files changed, 64 insertions, 2 deletions
diff --git a/app-misc/matew/ChangeLog b/app-misc/matew/ChangeLog
new file mode 100644
index 000000000000..55f101e1aa4d
--- /dev/null
+++ b/app-misc/matew/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/matew
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/matew/ChangeLog,v 1.1 2004/04/08 17:42:16 scox Exp $
+
+*matew-1.9 (08 Apr 2004)
+
+ 08 Apr 2004; Andrea Luzzardi <scox@gentoo.org> matew-1.9.ebuild :
+ Initial import. Ebuild submitted by Bernardo Damele <bernardo@linux.it>.
+
+
diff --git a/app-misc/matew/Manifest b/app-misc/matew/Manifest
index 69c16143f590..1b9d1fac888f 100644
--- a/app-misc/matew/Manifest
+++ b/app-misc/matew/Manifest
@@ -1,4 +1,4 @@
-MD5 81c8da3311a850658e107cefd3ba0cc8 matew-1.9.ebuild 918
-MD5 de60c5118c7111b3282638ac6f8806f3 ChangeLog 295
+MD5 282edc126d61148b8d06783003697653 matew-1.9.ebuild 1010
+MD5 9814b41037e686a945a12e1927095cb1 ChangeLog 380
MD5 65a765e57ce28ec00b8c021b2c207cce metadata.xml 376
MD5 76137568e6f321d8ee9fa5738dab577a files/digest-matew-1.9 61
diff --git a/app-misc/matew/files/digest-matew-1.9 b/app-misc/matew/files/digest-matew-1.9
new file mode 100644
index 000000000000..287f8edcfd43
--- /dev/null
+++ b/app-misc/matew/files/digest-matew-1.9
@@ -0,0 +1 @@
+MD5 af5920b2e212c28923ae845c2d63c491 matew-1.9.tar.bz2 29690
diff --git a/app-misc/matew/matew-1.9.ebuild b/app-misc/matew/matew-1.9.ebuild
new file mode 100644
index 000000000000..61f849003d7b
--- /dev/null
+++ b/app-misc/matew/matew-1.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/matew/matew-1.9.ebuild,v 1.1 2004/04/08 17:42:16 scox Exp $
+
+DESCRIPTION="Make Album The Easy Way"
+HOMEPAGE="http://matew.sourceforge.net/"
+
+SRC_URI="mirror://sourceforge/matew/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}
+ media-gfx/imagemagick
+ app-shells/bash
+ || (
+ sys-apps/coreutils
+ sys-apps/sh-utils
+ )"
+
+src_install() {
+ exeinto /usr/bin
+ doexe ${S}/src/matew ${S}/src/matew-cleanup ${S}/src/matew-wizard
+ insinto /etc/matew/styles
+ doins ${S}/src/styles/*
+ insinto /etc/matew/languages
+ doins ${S}/src/languages/*
+ dodoc ${S}/doc/AUTHOR ${S}/doc/COPYING ${S}/doc/ChangeLog ${S}/doc/README ${S}/doc/THANKS ${S}/doc/TODO
+ doman ${S}/doc/man/matew.1.gz
+}
+
+pkg_postinst(){
+ einfo "Matew files installed successfully!"
+ einfo "Run matew-wizard and read instructions."
+}
diff --git a/app-misc/matew/metadata.xml b/app-misc/matew/metadata.xml
new file mode 100644
index 000000000000..ec7fc8a0d749
--- /dev/null
+++ b/app-misc/matew/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>web-apps</herd>
+<maintainer>
+ <email>web-apps@gentoo.org</email>
+ <name>Gentoo Web Application Packages Maintainers</name>
+</maintainer>
+<maintainer>
+ <email>scox@gentoo.org</email>
+ <name>Andrea Luzzardi></name>
+</maintainer>
+</pkgmetadata>