diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/matew | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/matew')
-rw-r--r-- | app-misc/matew/Manifest | 1 | ||||
-rw-r--r-- | app-misc/matew/matew-1.9.ebuild | 35 | ||||
-rw-r--r-- | app-misc/matew/metadata.xml | 8 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-misc/matew/Manifest b/app-misc/matew/Manifest new file mode 100644 index 000000000000..dd5ed13f3526 --- /dev/null +++ b/app-misc/matew/Manifest @@ -0,0 +1 @@ +DIST matew-1.9.tar.bz2 29690 SHA256 282d998d8562b8b11b217ff76ce2ef233038768312a6e9eb2c126e8bb42cac25 SHA512 3d4f37c16567cd93b7a699c4d5f01cd655b57b79aa865aed11cb8aab7afb6cc5dc2cba9aa59f72128efa179e08eb95b1226d068e3ae15aec063bb252d9fa77b9 WHIRLPOOL f56d2a1042c6aacb1c421d018740e77cd5c980fdfba22a08de8619f61624394040516026e133fb2b1119ac512f738340ea2332333e82253a9e2c70d6070150ad diff --git a/app-misc/matew/matew-1.9.ebuild b/app-misc/matew/matew-1.9.ebuild new file mode 100644 index 000000000000..326b2179771b --- /dev/null +++ b/app-misc/matew/matew-1.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Make Album The Easy Way (Matew) is an HTML/CSS generator for static image albums" +HOMEPAGE="http://inquisb.github.io/matew/" +SRC_URI="mirror://sourceforge/matew/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + media-gfx/imagemagick + app-shells/bash + sys-apps/coreutils +" + +src_install() { + dobin "${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/ChangeLog "${S}"/doc/README \ + "${S}"/doc/THANKS "${S}"/doc/TODO + doman "${S}"/doc/man/matew.1.gz +} + +pkg_postinst() { + elog "Matew files installed successfully!" + elog "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..ba7f23233247 --- /dev/null +++ b/app-misc/matew/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>web-apps</herd> + <upstream> + <remote-id type="sourceforge">matew</remote-id> + </upstream> +</pkgmetadata> |