summaryrefslogtreecommitdiff
path: root/www-misc/wsmake/wsmake-0.6.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /www-misc/wsmake/wsmake-0.6.4.ebuild
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'www-misc/wsmake/wsmake-0.6.4.ebuild')
-rw-r--r--www-misc/wsmake/wsmake-0.6.4.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild
deleted file mode 100644
index 42834c03580f..000000000000
--- a/www-misc/wsmake/wsmake-0.6.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Website pre-processor features tag substitution and page ordering"
-HOMEPAGE="https://sourceforge.net/projects/wsmake/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ Artistic"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="examples"
-
-PATCHES=(
- "${FILESDIR}"/${P}-bv.diff
- "${FILESDIR}"/${P}-gcc43.patch # 251745
- "${FILESDIR}"/${P}-fix-const-va_list.patch
-)
-
-src_unpack() {
- default
-
- cd "${S}"/doc || die
- tar -cf examples.tar examples || die
-}
-
-src_install() {
- default
- dodoc doc/manual.txt
-
- if use examples; then
- rm -r doc/examples/CVS || die
- dodoc -r doc/examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}