public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lockdev/
Date: Tue, 14 Dec 2021 20:48:55 +0000 (UTC)	[thread overview]
Message-ID: <1639514899.2d7b88460202f5258ebd80788025672083022735.jsmolic@gentoo> (raw)

commit:     2d7b88460202f5258ebd80788025672083022735
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:48:19 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:48:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b8846

dev-libs/lockdev: Drop EAPI-5 ebuild

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild | 96 ----------------------------
 1 file changed, 96 deletions(-)

diff --git a/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild b/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild
deleted file mode 100644
index 419f982bc81b..000000000000
--- a/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GENTOO_DEPEND_ON_PERL="no"
-inherit perl-module epatch versionator autotools multilib-minimal
-
-MAJOR=$(get_major_version)
-MY_PV=$(get_version_component_range 1-3)
-MY_P=${PN}-${MY_PV}
-DEB_PV=$(replace_version_separator 3 '-')
-DEB_P=${PN}_${DEB_PV}
-
-DESCRIPTION="Library for locking devices"
-HOMEPAGE="http://packages.debian.org/source/sid/lockdev"
-SRC_URI="
-	mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz
-	mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}.diff.gz
-"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="perl"
-
-PATCHES=(
-	"${WORKDIR}/${DEB_P}.diff"
-	"${FILESDIR}/${MY_P}-add-autotools.patch"
-	"${FILESDIR}/${MY_P}-fix-perl.patch"
-)
-
-PERL_S=./LockDev
-
-pkg_setup() {
-	use perl && perl_set_version
-}
-
-src_prepare() {
-	epatch -p1 "${PATCHES[@]}"
-	epatch_user
-
-	eautoreconf
-
-	# perl module build
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	econf
-
-	if multilib_is_native_abi && use perl; then
-		cd "${PERL_S}" || die
-		perl-module_src_configure
-	fi
-}
-
-multilib_src_compile() {
-	emake
-
-	if multilib_is_native_abi && use perl; then
-		cd "${PERL_S}" || die
-		perl-module_src_compile
-	fi
-}
-
-multilib_src_test() {
-	if multilib_is_native_abi && use perl; then
-		cd "${PERL_S}" || die
-		SRC_TEST="do"
-		export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${BUILD_DIR}/.libs"
-		perl-module_src_test
-	fi
-}
-
-multilib_src_install() {
-	emake DESTDIR="${D}" install
-
-	if multilib_is_native_abi && use perl; then
-		cd "${PERL_S}" || die
-		mytargets="pure_install"
-		perl-module_src_install
-	fi
-}
-
-multilib_src_install_all() {
-	dodoc AUTHORS ChangeLog* debian/NEWS README.debug
-	newdoc debian/changelog changelog.debian
-
-	find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
-	use perl && perl_set_version
-}


             reply	other threads:[~2021-12-14 20:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14 20:48 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-05  5:30 [gentoo-commits] repo/gentoo:master commit in: dev-libs/lockdev/ WANG Xuerui
2022-07-02 22:58 Sam James
2021-12-14 20:47 Arthur Zamarin
2021-12-14 20:47 Arthur Zamarin
2021-12-14 20:35 Arthur Zamarin
2021-12-14 20:34 Arthur Zamarin
2021-12-14 15:58 Jakov Smolić
2021-12-14 15:58 Jakov Smolić
2021-11-24 17:44 Marek Szuba
2021-05-29  0:03 Yixun Lan
2019-07-26 22:21 Aaron Bauman
2019-02-16  7:35 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2017-07-08  9:20 Alexis Ballier
2016-07-08 17:58 Austin English
2016-05-23 20:55 Pacho Ramos

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=1639514899.2d7b88460202f5258ebd80788025672083022735.jsmolic@gentoo \
    --to=jsmolic@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