[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2022-04-01 Thread Ulrich Müller
commit: ed638ac4c38dfee8899de8c3019bbffdd53b49be
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 10:16:46 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 10:16:46 2022 +
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  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..
--- 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..
--- 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
-}



[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2018-03-09 Thread José María Alonso
commit: d589c6c8be695d7e4d61d476e996547ad3793f0e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Mar  1 08:18:35 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 21:34:21 2018 +
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
 }



[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2018-03-09 Thread José María Alonso
commit: 6e913e78a95ca0e7462ff69eb8906cb171af4a95
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Mar  1 08:18:35 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 17:38:49 2018 +
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
 }



[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2018-03-01 Thread José María Alonso
commit: de500314e26cfe01094ec63ff99ee7712b61
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Mar  1 08:18:35 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Mar  1 08:18:35 2018 +
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
 }



[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2015-08-18 Thread José María Alonso
commit: 5161b5d82aea7457d58dfebb10926c16cc234e44
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Aug 18 08:35:44 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Aug 18 08:35:44 2015 +
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 000..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"
+}



[gentoo-commits] proj/lisp:master commit in: app-text/skribilo/

2015-08-18 Thread José María Alonso
commit: cfaaa8f66b3585da02aea31f604bb45f996ae8c3
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Aug 18 08:15:21 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Aug 18 08:15:21 2015 +
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"
 }