From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 949D715808B for ; Fri, 1 Apr 2022 11:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BB4E08A2; Fri, 1 Apr 2022 11:12:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48BA5E0896 for ; Fri, 1 Apr 2022 11:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C490341484 for ; Fri, 1 Apr 2022 11:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4DB635F for ; Fri, 1 Apr 2022 11:12:45 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648808206.ed638ac4c38dfee8899de8c3019bbffdd53b49be.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: app-text/skribilo/ X-VCS-Repository: proj/lisp X-VCS-Files: app-text/skribilo/skribilo-0.9.1.ebuild app-text/skribilo/skribilo-0.9.2.ebuild X-VCS-Directories: app-text/skribilo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ed638ac4c38dfee8899de8c3019bbffdd53b49be X-VCS-Branch: master Date: Fri, 1 Apr 2022 11:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 724931dd-b964-4c44-9baf-4c1106560eb6 X-Archives-Hash: 6ac51965e00be8b786c43fd5435dc05a commit: ed638ac4c38dfee8899de8c3019bbffdd53b49be Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 10:16:46 2022 +0000 Commit: Ulrich Müller gentoo 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 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 -}