summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 12:16:46 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 12:16:46 +0200
commited638ac4c38dfee8899de8c3019bbffdd53b49be (patch)
tree45ea3aa833eea536cc37b5eafb6069a63f7f7d9d
parentx11-wm/stumpwm-contrib: Unkeyword 20180323 (diff)
downloadlisp-ed638ac4c38dfee8899de8c3019bbffdd53b49be.tar.gz
lisp-ed638ac4c38dfee8899de8c3019bbffdd53b49be.tar.bz2
lisp-ed638ac4c38dfee8899de8c3019bbffdd53b49be.zip
app-text/skribilo: Remove package
Newer version in dev-scheme/skribilo in gentoo repository. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-text/skribilo/Manifest2
-rw-r--r--app-text/skribilo/skribilo-0.9.1.ebuild42
-rw-r--r--app-text/skribilo/skribilo-0.9.2.ebuild40
3 files changed, 0 insertions, 84 deletions
diff --git a/app-text/skribilo/Manifest b/app-text/skribilo/Manifest
deleted file mode 100644
index 321f8e42..00000000
--- a/app-text/skribilo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST skribilo-0.9.1.tar.gz 488591 BLAKE2B 0ab8255646abc624e9a155bf92a2960f55941cee5ecbc1b10644b5c129fc62eae78618e77f559db9bd0166cb8c4991af979dff9f7439a011e633f1b64c08a582 SHA512 94eb740f4d19f28c8bc3aa5e25d5455cf76fac4737722bc64be32947f7608c2253901d21ccdb5c257772aae5f06b4802c120a463446b8b17bbe2b6403d5d9e0f
-DIST skribilo-0.9.2.tar.gz 645523 BLAKE2B ffe705fba191139eb751bbeaffd3fd589572e1fe2870e0e7b8c2ed4cb114be9444fe2fa510d6ca989eada9115edfc83ed4243430114e09281948bc1ffd58218b SHA512 d132dfc68e53bb25d796b48bf1565d56f26e5e165381fc38910e229e26081d187685de0f405fab00ec1b1c66c7348731d030fd1612877c5cb74234eb5a9d21fc
diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
deleted file mode 100644
index 8eeaab0b..00000000
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Skribilo is a free document production tool."
-HOMEPAGE="http://www.nongnu.org/skribilo/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="\
- >=dev-scheme/guile-1.8:12
- >=dev-scheme/guile-reader-0.3
- >=app-text/lout-3.36
- media-libs/ploticus"
-
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
-}
-
-src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}
diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
deleted file mode 100644
index 85fb92e5..00000000
--- a/app-text/skribilo/skribilo-0.9.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Skribilo is a free document production tool."
-HOMEPAGE="http://www.nongnu.org/skribilo/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="\
- >=dev-scheme/guile-1.8:12
- >=dev-scheme/guile-reader-0.3
- >=app-text/lout-3.36
- media-libs/ploticus"
-
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}" || die
-}
-
-src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}