public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-libs/octetos-db-maria/
@ 2024-09-27 17:02 David Roman
  0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-09-27 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a4dc500941cfcc0de003c684474bef271c6a511a
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 27 16:22:37 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep 27 16:22:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4dc5009

dev-libs/octetos-db-maria: treeclean

Closes: https://bugs.gentoo.org/780717 (pkgremoved)
Closes: https://bugs.gentoo.org/785343 (pkgremoved)
Closes: https://bugs.gentoo.org/785346 (pkgremoved)
Closes: https://bugs.gentoo.org/785793 (pkgremoved)
Closes: https://bugs.gentoo.org/839621 (pkgremoved)
Closes: https://bugs.gentoo.org/859691 (pkgremoved)
Closes: https://bugs.gentoo.org/859694 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-libs/octetos-db-maria/Manifest                 |  2 --
 dev-libs/octetos-db-maria/metadata.xml             | 11 ------
 .../octetos-db-maria-1.4.2_alpha.ebuild            | 36 --------------------
 .../octetos-db-maria-1.9.2_alpha.ebuild            | 36 --------------------
 .../octetos-db-maria/octetos-db-maria-9999.ebuild  | 39 ----------------------
 profiles/package.mask                              |  1 -
 6 files changed, 125 deletions(-)

diff --git a/dev-libs/octetos-db-maria/Manifest b/dev-libs/octetos-db-maria/Manifest
deleted file mode 100644
index 7f53e7a98..000000000
--- a/dev-libs/octetos-db-maria/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST octetos-db-maria-1.4.2_alpha.tar.gz 23204 BLAKE2B 0efee42484e1b1491e58b34da02053fc716d02d806b285d2c3b0ddcec13113671e51063ef0ac298ef7c18ad2aeecfa89e28a41f659f4adea9d8e1ea31242e25b SHA512 8ac4bdff78ffff51375b5c713e9b399328ed3623124fb8d9235486c6204f98851c87c27b4b4ac5b72adeb2aaa4005caaa36da7ed0cbcc7f02ea431bf27bab196
-DIST octetos-db-maria-1.9.2_alpha.tar.gz 25337 BLAKE2B d6cd7377b4dacc3c0e18f0dca28628390fa9ad00f8e351ff981c54fbe537df52c0b1a3c7dd68fef7afa06641a8f34ba98cb63874967d3cb5bb76b72bd9bb2396 SHA512 7b6f6f193612b0e64a2fdd61bfdc62f06125802e73df1ec538e71d5b6060f2c93b72c108af840e123c73e64a55916b687f79f0f6982e323a2c765642872b0130

diff --git a/dev-libs/octetos-db-maria/metadata.xml b/dev-libs/octetos-db-maria/metadata.xml
deleted file mode 100644
index ac08e4bd5..000000000
--- a/dev-libs/octetos-db-maria/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>azael.devel@gmail.com</email>
-		<name>Azael Reyes</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">azaeldevel/octetos-db-maria</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.4.2_alpha.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-1.4.2_alpha.ebuild
deleted file mode 100644
index 7a0d683bd..000000000
--- a/dev-libs/octetos-db-maria/octetos-db-maria-1.4.2_alpha.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MYPV="${PV/_alpha/-alpha}"
-
-MYP="${PN}-${MYPV}"
-
-DESCRIPTION="C++ library for Database Acces."
-HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
-SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/octetos-db-abstract
-	dev-db/mariadb-connector-c
-	dev-db/mariadb:=
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf -fi
-}
-
-src_configure() {
-	econf --with-gentoo
-}

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.9.2_alpha.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-1.9.2_alpha.ebuild
deleted file mode 100644
index fe7190337..000000000
--- a/dev-libs/octetos-db-maria/octetos-db-maria-1.9.2_alpha.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MYPV="${PV/_alpha/-alpha}"
-
-MYP="${PN}-${MYPV}"
-
-DESCRIPTION="C++ library for Database Acces."
-HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
-SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-libs/octetos-db-abstract
-	dev-db/mariadb-connector-c
-	dev-db/mariadb:=
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf -fi
-}
-
-src_configure() {
-	econf --with-gentoo
-}

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-9999.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-9999.ebuild
deleted file mode 100644
index f2a969d46..000000000
--- a/dev-libs/octetos-db-maria/octetos-db-maria-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MYPV="${PV/_alpha/-alpha}"
-MYP="${PN}-${MYPV}"
-
-DESCRIPTION="C++ library for Database Acces."
-HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git"
-else
-	SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-	dev-libs/octetos-db-abstract
-	dev-db/mariadb-connector-c
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf -fi
-}
-
-src_configure() {
-	econf --with-gentoo
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index bb94edbc6..0c78f4c4a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -105,7 +105,6 @@ app-emulation/proton-ge-custom-bin
 # Removal on 2024-09-27. Bugs #807112, #839606
 dev-libs/octetos-db
 dev-libs/octetos-db-abstract
-dev-libs/octetos-db-maria
 
 # Anna Vyalkova <cyber+gentoo@sysrq.in> (2024-06-24)
 # Critical security vulnerability.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-27 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 17:02 [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-libs/octetos-db-maria/ David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox