public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-sqlite3/
Date: Sat, 20 Jun 2020 19:49:16 +0000 (UTC)	[thread overview]
Message-ID: <1592682547.3f229512c64754a3f58746f217e5e5acba29e1a2.slyfox@gentoo> (raw)

commit:     3f229512c64754a3f58746f217e5e5acba29e1a2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 19:45:56 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 19:49:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f229512

dev-scheme/guile-sqlite3: drop old

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-scheme/guile-sqlite3/Manifest                  |  2 --
 .../guile-sqlite3/guile-sqlite3-0.1.0.ebuild       | 34 ----------------------
 .../guile-sqlite3/guile-sqlite3-0.1.1.ebuild       | 34 ----------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-scheme/guile-sqlite3/Manifest b/dev-scheme/guile-sqlite3/Manifest
index 0cf838c244f..94525051ec3 100644
--- a/dev-scheme/guile-sqlite3/Manifest
+++ b/dev-scheme/guile-sqlite3/Manifest
@@ -1,3 +1 @@
-DIST guile-sqlite3-0.1.0.tar.gz 23832 BLAKE2B cff04a320ab239bf0d90c01ffc4e557bf5bf2978a433fcca0413b09f3c3b2ee5ed75f3655077dc493ae42a11a8e027f0a17b74c97e3eecadfb67f2e0e7912693 SHA512 8c1f58024c464e5628162e3ba1bf129809403bcc5d2329b55b6628f419ff8d5ead21d87f0bdcbb458ce5798d62184af177616bbfbeb653c34450c716f6b3ab26
-DIST guile-sqlite3-0.1.1.tar.gz 24702 BLAKE2B 73a0431ad2c8bbbc54063d9c82a94f695e87837283af6f8dcd7f77cef614a38ad49304c1ca45cc32f4b705f8e6a65c028877c6fc820968c287ed4c429704cea6 SHA512 09e30493920ebccd523372b3b6255c4ddd79c98f7193a1e32ca258ef41304986749901a0f95714b46900ab6ffa874453db6ae11b03a54526d13014bf25ae4e5d
 DIST guile-sqlite3-0.1.2.tar.gz 24719 BLAKE2B ce8cc8ca8cab88aff4a81b02eee6688a46808e06ded392ac91c6b8106dc263d6fda3039e2f86ff731516f89de71c57ee0a70c2341300ed95ebf40a4f4ec0c28d SHA512 872f321fbc53cbca4f7570c8cb7d4f5e4990e49316d2f2230c8da084ef8559890630b87f17a93ee07594f847a4dee0b8e8504acab2027c64c17339bfa540a8e8

diff --git a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.0.ebuild b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.0.ebuild
deleted file mode 100644
index 2dcdab11299..00000000000
--- a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Guile bindings of sqlite3"
-HOMEPAGE="https://notabug.org/guile-sqlite3/guile-sqlite3"
-SRC_URI="https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+ GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-scheme/guile-2.0.11:=
-	dev-db/sqlite:3=
-"
-DEPEND="${RDEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED='.*[.]go'
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	default
-
-	# upstream tag on top of source tree. has no autogenerated files
-	eautoreconf
-}

diff --git a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.1.ebuild b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.1.ebuild
deleted file mode 100644
index 2dcdab11299..00000000000
--- a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Guile bindings of sqlite3"
-HOMEPAGE="https://notabug.org/guile-sqlite3/guile-sqlite3"
-SRC_URI="https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+ GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-scheme/guile-2.0.11:=
-	dev-db/sqlite:3=
-"
-DEPEND="${RDEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_FLAGS_IGNORED='.*[.]go'
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	default
-
-	# upstream tag on top of source tree. has no autogenerated files
-	eautoreconf
-}


             reply	other threads:[~2020-06-20 19:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20 19:49 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-26  8:46 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-sqlite3/ Maciej Barć
2021-11-25 15:43 Maciej Barć
2021-08-08 12:28 Ulrich Müller
2021-08-04  9:01 Sergei Trofimovich
2020-11-02 10:21 Sergei Trofimovich
2020-11-02 10:21 Sergei Trofimovich
2020-06-14  8:07 Sergei Trofimovich
2020-06-12 23:07 Sergei Trofimovich
2020-05-22 18:22 Sergei Trofimovich
2019-12-09 20:18 Sergei Trofimovich
2018-07-07  9:20 Sergei Trofimovich
2018-07-06 22:33 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592682547.3f229512c64754a3f58746f217e5e5acba29e1a2.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox