Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
Date: Fri, 01 Apr 2022 11:12:51
Message-Id: 1648808206.ed638ac4c38dfee8899de8c3019bbffdd53b49be.ulm@gentoo
1 commit: ed638ac4c38dfee8899de8c3019bbffdd53b49be
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 10:16:46 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 10:16:46 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ed638ac4
7
8 app-text/skribilo: Remove package
9
10 Newer version in dev-scheme/skribilo in gentoo repository.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-text/skribilo/skribilo-0.9.1.ebuild | 42 ---------------------------------
15 app-text/skribilo/skribilo-0.9.2.ebuild | 40 -------------------------------
16 2 files changed, 82 deletions(-)
17
18 diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
19 deleted file mode 100644
20 index 8eeaab0b..00000000
21 --- a/app-text/skribilo/skribilo-0.9.1.ebuild
22 +++ /dev/null
23 @@ -1,42 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -inherit eutils
30 -
31 -DESCRIPTION="Skribilo is a free document production tool."
32 -HOMEPAGE="http://www.nongnu.org/skribilo/"
33 -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz"
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -IUSE=""
39 -
40 -DEPEND="\
41 - >=dev-scheme/guile-1.8:12
42 - >=dev-scheme/guile-reader-0.3
43 - >=app-text/lout-3.36
44 - media-libs/ploticus"
45 -
46 -RDEPEND="${DEPEND}"
47 -
48 -#S="${WORKDIR}/${P}"
49 -
50 -src_unpack() {
51 - unpack ${A}
52 - cd "${S}" || die
53 -}
54 -
55 -src_configure() {
56 - econf --with-guilemoduledir=/usr/share/guile/site
57 -}
58 -
59 -src_compile() {
60 - emake -j1
61 -}
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" install
65 -}
66
67 diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
68 deleted file mode 100644
69 index 85fb92e5..00000000
70 --- a/app-text/skribilo/skribilo-0.9.2.ebuild
71 +++ /dev/null
72 @@ -1,40 +0,0 @@
73 -# Copyright 1999-2018 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -inherit eutils
79 -
80 -DESCRIPTION="Skribilo is a free document production tool."
81 -HOMEPAGE="http://www.nongnu.org/skribilo/"
82 -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz"
83 -LICENSE="GPL-2"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -IUSE=""
88 -
89 -DEPEND="\
90 - >=dev-scheme/guile-1.8:12
91 - >=dev-scheme/guile-reader-0.3
92 - >=app-text/lout-3.36
93 - media-libs/ploticus"
94 -
95 -RDEPEND="${DEPEND}"
96 -
97 -src_unpack() {
98 - unpack ${A}
99 - cd "${S}" || die
100 -}
101 -
102 -src_configure() {
103 - econf --with-guilemoduledir=/usr/share/guile/site
104 -}
105 -
106 -src_compile() {
107 - emake -j1
108 -}
109 -
110 -src_install() {
111 - emake DESTDIR="${D}" install
112 -}