diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-03 19:24:59 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-03 19:44:54 +0200 |
commit | 0ac3b0ebfacd3aba49851d53d38c8bfe626e1b5b (patch) | |
tree | 88c27e6d8c5b792332165839b4a21a7024bc0d92 /app-misc | |
parent | app-misc/ddccontrol: drop 0.6.1 (diff) | |
download | gentoo-0ac3b0ebfacd3aba49851d53d38c8bfe626e1b5b.tar.gz gentoo-0ac3b0ebfacd3aba49851d53d38c8bfe626e1b5b.tar.bz2 gentoo-0ac3b0ebfacd3aba49851d53d38c8bfe626e1b5b.zip |
app-misc/ddccontrol-db: drop 20230223, 20230627
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ddccontrol-db/Manifest | 2 | ||||
-rw-r--r-- | app-misc/ddccontrol-db/ddccontrol-db-20230223.ebuild | 30 | ||||
-rw-r--r-- | app-misc/ddccontrol-db/ddccontrol-db-20230627.ebuild | 30 |
3 files changed, 0 insertions, 62 deletions
diff --git a/app-misc/ddccontrol-db/Manifest b/app-misc/ddccontrol-db/Manifest index ec7e4ad46481..5b95bb1a7527 100644 --- a/app-misc/ddccontrol-db/Manifest +++ b/app-misc/ddccontrol-db/Manifest @@ -1,3 +1 @@ -DIST ddccontrol-db-20230223.tar.gz 112436 BLAKE2B 2ea33abe318005b340481ea6973ecbf5e261dfdd5579ad016262d0e1ee5ef44e15d16600a88d0323810bed4bf062632406c305202296932dc2e71288a888b091 SHA512 303345137d9f5760d4ee10db75322a3be97fe4269eb469e4ff798fe69f60670b8408ca87d2b3ad10f47ccb1f33c99c3ce09a1294f60e66d429074df685ab1501 -DIST ddccontrol-db-20230627.tar.gz 118149 BLAKE2B addbe499c4021efd3114740100abc3bdbb0bbeb5519a77340e90f736e72d1ffe80996bdfe450e60a6bba78175ddf9fb2be162e399402ed306dbdd931f1760a4e SHA512 efb1f1d407705e5baa3bc8924af4f7edb1ad05c36af5301a4d3053fa5aca4739d72091f00da4ec10ad0511ee1bfd148e75db66fd1c1a1e50e97d51679aa6ae64 DIST ddccontrol-db-20240304.tar.gz 120669 BLAKE2B 5144294ffff45c661edfd24bfe3b9df70544cff2c1f4ff692370b507bc6486dc6a25de61553fea938975daa00932eaab6ad1454c0ef8e34edccb4988061c097e SHA512 ea6db89767272e28769d7ed45cccf8ffcbb734a17174d5dc6c8ca155a75737636d3b9884bb5bae230bddc6ebf06d8d8786e0ad2390d073258abd7bf7cd7a7e65 diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20230223.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20230223.ebuild deleted file mode 100644 index c702318cfafa..000000000000 --- a/app-misc/ddccontrol-db/ddccontrol-db-20230223.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="DDCControl monitor database" -HOMEPAGE="https://github.com/ddccontrol/ddccontrol-db" -SRC_URI="https://github.com/ddccontrol/ddccontrol-db/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls" - -BDEPEND=" - dev-util/intltool - dev-perl/XML-Parser - nls? ( sys-devel/gettext )" - -src_prepare() { - touch db/options.xml.h ABOUT-NLS config.rpath || die - eapply_user - eautoreconf -} - -src_configure() { - econf $(use_enable nls) -} diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20230627.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20230627.ebuild deleted file mode 100644 index c702318cfafa..000000000000 --- a/app-misc/ddccontrol-db/ddccontrol-db-20230627.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="DDCControl monitor database" -HOMEPAGE="https://github.com/ddccontrol/ddccontrol-db" -SRC_URI="https://github.com/ddccontrol/ddccontrol-db/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls" - -BDEPEND=" - dev-util/intltool - dev-perl/XML-Parser - nls? ( sys-devel/gettext )" - -src_prepare() { - touch db/options.xml.h ABOUT-NLS config.rpath || die - eapply_user - eautoreconf -} - -src_configure() { - econf $(use_enable nls) -} |