public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tinycdb/
Date: Sun, 12 May 2024 06:12:40 +0000 (UTC)	[thread overview]
Message-ID: <1715494139.5d2fb78028b2e1e429546484d75b0886ed91f796.hattya@gentoo> (raw)

commit:     5d2fb78028b2e1e429546484d75b0886ed91f796
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 06:08:59 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun May 12 06:08:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2fb780

dev-db/tinycdb: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-db/tinycdb/Manifest            |  1 -
 dev-db/tinycdb/tinycdb-0.78.ebuild | 52 --------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-db/tinycdb/Manifest b/dev-db/tinycdb/Manifest
index 302ac45b9888..bac11328a7d4 100644
--- a/dev-db/tinycdb/Manifest
+++ b/dev-db/tinycdb/Manifest
@@ -1,2 +1 @@
-DIST tinycdb-0.78.tar.gz 36754 BLAKE2B 41f4256840645acd28296c5473087c7cf4c026f068310375b3c305430c030b1c946f53fd3e09967d77b592ba84e7e56518fdb18e54d1e0f5e7dd552a1664a0ec SHA512 8930086b8e7fddcd4dbd3354c5f5ee05171df68fde1cc222b6c402430042b6e761efbad7e5fa8de18e1d36390f1526cc3e605c5086fe1c363ba1df6c03201553
 DIST tinycdb-0.81.tar.gz 31901 BLAKE2B 6b5b1167bd7e58a02b9a3a1ff2d58adb0e522ef65a13384051d9a037358ed7586f7d567e543099adec6322f9c60d38525fed586488510215bf72d12a60c67684 SHA512 56d0422700835d7b0460c32c41e6d5f30b8b833cefea775eb7f2b5592d744942c1109eac1501421b02f196d15e551111bb2accc71f2fd32ef4b8d658c635340e

diff --git a/dev-db/tinycdb/tinycdb-0.78.ebuild b/dev-db/tinycdb/tinycdb-0.78.ebuild
deleted file mode 100644
index 501f95371b5a..000000000000
--- a/dev-db/tinycdb/tinycdb-0.78.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A very fast and simple package for creating and reading constant data bases"
-HOMEPAGE="https://www.corpit.ru/mjt/tinycdb.html"
-SRC_URI="https://www.corpit.ru/mjt/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~riscv x86"
-IUSE="static-libs"
-RESTRICT="test"
-
-RDEPEND="!dev-db/cdb"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-gentoo.patch
-	"${FILESDIR}"/${PN}-uclibc.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile
-}
-
-src_compile() {
-	local targets="shared"
-	use static-libs && targets+=" staticlib piclib"
-
-	emake \
-		CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" \
-		${targets}
-}
-
-src_install() {
-	local targets="install install-sharedlib"
-	use static-libs && targets+=" install-piclib"
-
-	emake \
-		prefix="${EPREFIX}"/usr \
-		mandir="${EPREFIX}"/usr/share/man \
-		DESTDIR="${D}" \
-		${targets}
-	einstalldocs
-}


             reply	other threads:[~2024-05-12  6:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-12  6:12 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07 18:05 [gentoo-commits] repo/gentoo:master commit in: dev-db/tinycdb/ Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-01-27  5:25 Akinori Hattori
2024-01-27  5:25 Akinori Hattori
2021-11-05 17:38 Sam James
2021-11-03 13:14 Sam James
2021-11-03 13:14 Sam James
2021-08-29  8:37 Marek Szuba
2020-09-02 13:53 Akinori Hattori
2018-04-02  4:05 Matt Turner
2017-07-07 17:45 Alexis Ballier
2017-07-01 12:50 Akinori Hattori
2017-03-23 20:53 David Seifert

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=1715494139.5d2fb78028b2e1e429546484d75b0886ed91f796.hattya@gentoo \
    --to=hattya@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