public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/drpm/
Date: Thu, 29 Jun 2023 12:56:28 +0000 (UTC)	[thread overview]
Message-ID: <1688043233.16f0b6ac84c57e8d34b6e41f1d49ce4c76f48a96.juippis@gentoo> (raw)

commit:     16f0b6ac84c57e8d34b6e41f1d49ce4c76f48a96
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Jun 16 22:00:15 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 12:53:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f0b6ac

app-arch/drpm: drop 0.5.1

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31490
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-arch/drpm/Manifest          |  1 -
 app-arch/drpm/drpm-0.5.1.ebuild | 48 -----------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-arch/drpm/Manifest b/app-arch/drpm/Manifest
index 351d428aff58..63017e871b0f 100644
--- a/app-arch/drpm/Manifest
+++ b/app-arch/drpm/Manifest
@@ -1,2 +1 @@
-DIST drpm-0.5.1.tar.gz 138766 BLAKE2B dd64d925fa0e3975e2ca6f87fcddf10e376241d6b69a0f682cc5d6c006ef6aba7c021bcb98d049f4ce171b1561f36a07701e9eb47e0ac3c8315ee2d6d774c7c7 SHA512 5d4be3148075c6e0c560f97169a14e669a01ed48ef9228d8fc299b54da653ddec1110971a5b2bf455cc72cd1538d8c95e817428f73dd1d7ce07773822c05b3c5
 DIST drpm-0.5.2.tar.gz 138930 BLAKE2B b2d57e35bf62e94ba23212518a57c22a5638c270a38b07e77799e4c054e82391a08bd40a34adb78e5e5a9cf6c895895146b3619c953a1f0d312a8790652fda55 SHA512 591ffb6b28b1d4c6dda25746a76563c0fa15f48368e2593dbd00a2652dea78b635c8e28f6e50cf824450d9938652ddf3712c877135d66a7b762f1223b38e9ab4

diff --git a/app-arch/drpm/drpm-0.5.1.ebuild b/app-arch/drpm/drpm-0.5.1.ebuild
deleted file mode 100644
index 9855a5ab410a..000000000000
--- a/app-arch/drpm/drpm-0.5.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A library for making, reading and applying deltarpm packages"
-HOMEPAGE="https://github.com/rpm-software-management/drpm"
-if [[ ${PV} = 9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/rpm-software-management/drpm/"
-else
-	SRC_URI="https://github.com/rpm-software-management/drpm/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-IUSE="lzip test zstd"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	app-arch/bzip2:=
-	app-arch/rpm
-	app-arch/xz-utils
-	dev-libs/openssl:=
-	sys-libs/zlib
-	lzip? ( app-arch/lzlib )
-	zstd? ( app-arch/zstd:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}
-	test? ( dev-util/cmocka )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-c99.patch )
-
-src_configure() {
-	local mycmakeargs=(
-		-DHAVE_LZLIB_DEVEL=$(usex lzip ON OFF)
-		-DWITH_ZSTD=$(usex zstd ON OFF)
-		-DENABLE_TESTS=$(usex test ON OFF)
-	)
-
-	cmake_src_configure
-}


             reply	other threads:[~2023-06-29 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-29 12:56 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-29 12:56 [gentoo-commits] repo/gentoo:master commit in: app-arch/drpm/ Joonas Niilola
2023-05-07  6:17 Joonas Niilola

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=1688043233.16f0b6ac84c57e8d34b6e41f1d49ce4c76f48a96.juippis@gentoo \
    --to=juippis@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