summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-06 20:43:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-06 20:43:41 +0100
commit093d22faec0747c14e482aabf42c9090b1e25572 (patch)
tree7f1b9f45f52a2073caf3ce1bafe27f358a7510f8 /app-misc
parentwww-apps/mod_survey: Remove last-rited pkg (diff)
downloadgentoo-093d22faec0747c14e482aabf42c9090b1e25572.tar.gz
gentoo-093d22faec0747c14e482aabf42c9090b1e25572.tar.bz2
gentoo-093d22faec0747c14e482aabf42c9090b1e25572.zip
app-misc/matew: Remove last-rited pkg
Closes: https://bugs.gentoo.org/697392 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/matew/Manifest1
-rw-r--r--app-misc/matew/matew-1.9.ebuild36
-rw-r--r--app-misc/matew/metadata.xml11
3 files changed, 0 insertions, 48 deletions
diff --git a/app-misc/matew/Manifest b/app-misc/matew/Manifest
deleted file mode 100644
index a5717f40ff7e..000000000000
--- a/app-misc/matew/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST matew-1.9.tar.bz2 29690 BLAKE2B 4bdfca7952ca072d0b2d7749ca9b8a8160db5bb843c600b74439eab1cc38b4302440adfa2e168ba915b27ccd628f693ceca1c4e2976b1ee5346740116a18ea9d SHA512 3d4f37c16567cd93b7a699c4d5f01cd655b57b79aa865aed11cb8aab7afb6cc5dc2cba9aa59f72128efa179e08eb95b1226d068e3ae15aec063bb252d9fa77b9
diff --git a/app-misc/matew/matew-1.9.ebuild b/app-misc/matew/matew-1.9.ebuild
deleted file mode 100644
index 7cf650bad544..000000000000
--- a/app-misc/matew/matew-1.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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="~amd64 ~ppc ~x86"
-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
deleted file mode 100644
index 0e69e0af3dc3..000000000000
--- a/app-misc/matew/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">matew</remote-id>
- </upstream>
-</pkgmetadata>