* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2015-08-18 8:14 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2015-08-18 8:14 UTC (permalink / raw
To: gentoo-commits
commit: cfaaa8f66b3585da02aea31f604bb45f996ae8c3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:15:21 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:15:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cfaaa8f6
app-text/skribilo: ebuild cleanup (bug #557710)
app-text/skribilo/skribilo-0.9.1.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
index 695cd9b..ddde748 100644
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ b/app-text/skribilo/skribilo-0.9.1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit autotools eutils git
+EAPI=5
+
+inherit eutils
DESCRIPTION="Skribilo is a free document production tool."
HOMEPAGE="http://www.nongnu.org/skribilo/"
-SRC_URI="http://savannah.inetbridge.net/${PN}/${P}.tar.gz"
-#EGIT_REPO_URI="git://git.sv.gnu.org/skribilo.git"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PF}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -25,14 +26,15 @@ RDEPEND="${DEPEND}"
#S="${WORKDIR}/${P}"
src_unpack() {
-# git_src_unpack
-# eautoreconf -i
unpack ${A}
- cd ${S}
+ cd "${S}"
}
-src_compile() {
+src_configure() {
econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+}
+
+src_compile() {
emake -j1 || die "emake failed"
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2015-08-18 8:35 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2015-08-18 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 5161b5d82aea7457d58dfebb10926c16cc234e44
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:35:44 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:35:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5161b5d8
app-text/skribilo: bump to version 0.9.2
app-text/skribilo/skribilo-0.9.2.ebuild | 41 +++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
new file mode 100644
index 0000000..4b09221
--- /dev/null
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+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}"
+}
+
+src_configure() {
+ econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+}
+
+src_compile() {
+ emake -j1 || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2018-03-01 8:18 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-01 8:18 UTC (permalink / raw
To: gentoo-commits
commit: de500314e26cfe01094ec63ff990000ee7712b61
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:18:35 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 08:18:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=de500314
app-text/skribilo: Updates header and EAPI
app-text/skribilo/skribilo-0.9.1.ebuild | 15 +++++++--------
app-text/skribilo/skribilo-0.9.2.ebuild | 13 ++++++-------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
index ddde7487..8eeaab0b 100644
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ b/app-text/skribilo/skribilo-0.9.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="\
- >=dev-scheme/guile-1.8
+ >=dev-scheme/guile-1.8:12
>=dev-scheme/guile-reader-0.3
>=app-text/lout-3.36
media-libs/ploticus"
@@ -27,17 +26,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
index 4b09221c..85fb92e5 100644
--- a/app-text/skribilo/skribilo-0.9.2.ebuild
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -25,17 +24,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2018-03-09 17:41 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-09 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 6e913e78a95ca0e7462ff69eb8906cb171af4a95
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:18:35 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 17:38:49 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6e913e78
app-text/skribilo: Updates header and EAPI
app-text/skribilo/skribilo-0.9.1.ebuild | 15 +++++++--------
app-text/skribilo/skribilo-0.9.2.ebuild | 13 ++++++-------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
index ddde7487..8eeaab0b 100644
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ b/app-text/skribilo/skribilo-0.9.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="\
- >=dev-scheme/guile-1.8
+ >=dev-scheme/guile-1.8:12
>=dev-scheme/guile-reader-0.3
>=app-text/lout-3.36
media-libs/ploticus"
@@ -27,17 +26,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
index 4b09221c..85fb92e5 100644
--- a/app-text/skribilo/skribilo-0.9.2.ebuild
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -25,17 +24,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2018-03-09 21:36 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-09 21:36 UTC (permalink / raw
To: gentoo-commits
commit: d589c6c8be695d7e4d61d476e996547ad3793f0e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:18:35 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 21:34:21 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d589c6c8
app-text/skribilo: Updates header and EAPI
app-text/skribilo/skribilo-0.9.1.ebuild | 15 +++++++--------
app-text/skribilo/skribilo-0.9.2.ebuild | 13 ++++++-------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/app-text/skribilo/skribilo-0.9.1.ebuild b/app-text/skribilo/skribilo-0.9.1.ebuild
index ddde7487..8eeaab0b 100644
--- a/app-text/skribilo/skribilo-0.9.1.ebuild
+++ b/app-text/skribilo/skribilo-0.9.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="\
- >=dev-scheme/guile-1.8
+ >=dev-scheme/guile-1.8:12
>=dev-scheme/guile-reader-0.3
>=app-text/lout-3.36
media-libs/ploticus"
@@ -27,17 +26,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
diff --git a/app-text/skribilo/skribilo-0.9.2.ebuild b/app-text/skribilo/skribilo-0.9.2.ebuild
index 4b09221c..85fb92e5 100644
--- a/app-text/skribilo/skribilo-0.9.2.ebuild
+++ b/app-text/skribilo/skribilo-0.9.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=6
inherit eutils
@@ -25,17 +24,17 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
}
src_configure() {
- econf --with-guilemoduledir=/usr/share/guile/site || die "econf failed"
+ econf --with-guilemoduledir=/usr/share/guile/site
}
src_compile() {
- emake -j1 || die "emake failed"
+ emake -j1
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/
@ 2022-04-01 11:12 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2022-04-01 11:12 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-01 11:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 17:41 [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 11:12 Ulrich Müller
2018-03-09 21:36 José María Alonso
2018-03-01 8:18 José María Alonso
2015-08-18 8:35 José María Alonso
2015-08-18 8:14 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox