commit:     ed638ac4c38dfee8899de8c3019bbffdd53b49be
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:16:46 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:16:46 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ed638ac4

app-text/skribilo: Remove package

Newer version in dev-scheme/skribilo in gentoo repository.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/skribilo/skribilo-0.9.1.ebuild | 42 ---------------------------------
 app-text/skribilo/skribilo-0.9.2.ebuild | 40 -------------------------------
 2 files changed, 82 deletions(-)

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
-}

Reply via email to