summaryrefslogtreecommitdiff
path: root/app-misc/ddccontrol-db
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-04 12:28:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-04 12:28:34 +0100
commit518b45bffd19d0b75715f338985f96c459f9d129 (patch)
tree948dfe5d479374fd6b85fe72ff2570e8a4af47ff /app-misc/ddccontrol-db
parent3f559ef486314f9b3b48d48eb303d6be68463af9 (diff)
gentoo auto-resync : 04:09:2024 - 12:28:34
Diffstat (limited to 'app-misc/ddccontrol-db')
-rw-r--r--app-misc/ddccontrol-db/Manifest4
-rw-r--r--app-misc/ddccontrol-db/ddccontrol-db-20230223.ebuild30
-rw-r--r--app-misc/ddccontrol-db/ddccontrol-db-20230627.ebuild30
3 files changed, 0 insertions, 64 deletions
diff --git a/app-misc/ddccontrol-db/Manifest b/app-misc/ddccontrol-db/Manifest
index 8031f23531d8..865f262c3ef5 100644
--- a/app-misc/ddccontrol-db/Manifest
+++ b/app-misc/ddccontrol-db/Manifest
@@ -1,7 +1,3 @@
-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
-EBUILD ddccontrol-db-20230223.ebuild 610 BLAKE2B e904edada953afc72faff1e73de508f0a762015af9a0b2b91c779e53dc639e18ff30cdd90dc5859815d02cebaf0585555b93db5ffa4f759863121e73bbc05ac1 SHA512 cb3711d535bc57b6c02e662bf43c15795782ba3a7faf85bea64e359f30c68d52fa1c81ff3e9846273848b64180c80d64968475e6561e500eb77593af67a38d12
-EBUILD ddccontrol-db-20230627.ebuild 610 BLAKE2B e904edada953afc72faff1e73de508f0a762015af9a0b2b91c779e53dc639e18ff30cdd90dc5859815d02cebaf0585555b93db5ffa4f759863121e73bbc05ac1 SHA512 cb3711d535bc57b6c02e662bf43c15795782ba3a7faf85bea64e359f30c68d52fa1c81ff3e9846273848b64180c80d64968475e6561e500eb77593af67a38d12
EBUILD ddccontrol-db-20240304.ebuild 610 BLAKE2B b1ec499ecae57805cb9f1a8816a0b3466c4c4e499290220426c99bea8a79b39cdd99cc34934dd96c8e7d2e004f5a4e0d2efecec5654dd2fc5d9b673bf2517b8a SHA512 cea29219fd4da4f7ce533ae98a82ac50015e794bf6d04f184e2f7982e3e88cea5d2268b06470bd62d08b46e6f1293e689270322b33967dbf535093228d23cde8
MISC metadata.xml 262 BLAKE2B d219edfadb1db5c80f53d9c45029b1ebd8f377fce3e425e6f4b264b2d5ef67664c857b2df5708707e8f782a44d7652df50e67aac43836a94fd73bfb7b0dff1dc SHA512 aac6550907da864d9942e61c2a09b5159d896bb04cc7e7b50c07fce3f063c12df47e09b794b4e836f28fb16d6c73180225ec4eea22764f3589408df5dfaccd46
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)
-}