diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-15 00:13:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-15 00:13:03 +0000 |
commit | 770d63f36dbe1722e0ff9ab55eeca49986f01527 (patch) | |
tree | be9aae0ef5001e4669f914ac9ad9b4eaa4db8500 /app-misc/ddccontrol-db | |
parent | 4fda045f90a4e301329bddb766e2e12a0b4401de (diff) |
Diffstat (limited to 'app-misc/ddccontrol-db')
-rw-r--r-- | app-misc/ddccontrol-db/Manifest | 2 | ||||
-rw-r--r-- | app-misc/ddccontrol-db/ddccontrol-db-20240304.ebuild | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/ddccontrol-db/Manifest b/app-misc/ddccontrol-db/Manifest index 199ea115be07..a3edfec99e98 100644 --- a/app-misc/ddccontrol-db/Manifest +++ b/app-misc/ddccontrol-db/Manifest @@ -1,5 +1,3 @@ -DIST ddccontrol-db-20240304.tar.gz 120669 BLAKE2B 5144294ffff45c661edfd24bfe3b9df70544cff2c1f4ff692370b507bc6486dc6a25de61553fea938975daa00932eaab6ad1454c0ef8e34edccb4988061c097e SHA512 ea6db89767272e28769d7ed45cccf8ffcbb734a17174d5dc6c8ca155a75737636d3b9884bb5bae230bddc6ebf06d8d8786e0ad2390d073258abd7bf7cd7a7e65 DIST ddccontrol-db-20240920.tar.gz 122163 BLAKE2B ce4308bf4f10f97ddd60286d27151645fcf92d27761da20bf1f250adc160fe8d124fd128a1000f7bd633e8cc0af1a5449870ea675c4c0212915e7ce6b48e7241 SHA512 b445d679e72d1efb90c54da4c51be0e7a21a9caf7662a5352d1f4fe80d12236c463b14534db02dba3c19d3801a7baa730cb08795332bc02dc64819b31ce03ac6 -EBUILD ddccontrol-db-20240304.ebuild 610 BLAKE2B b1ec499ecae57805cb9f1a8816a0b3466c4c4e499290220426c99bea8a79b39cdd99cc34934dd96c8e7d2e004f5a4e0d2efecec5654dd2fc5d9b673bf2517b8a SHA512 cea29219fd4da4f7ce533ae98a82ac50015e794bf6d04f184e2f7982e3e88cea5d2268b06470bd62d08b46e6f1293e689270322b33967dbf535093228d23cde8 EBUILD ddccontrol-db-20240920.ebuild 610 BLAKE2B b1ec499ecae57805cb9f1a8816a0b3466c4c4e499290220426c99bea8a79b39cdd99cc34934dd96c8e7d2e004f5a4e0d2efecec5654dd2fc5d9b673bf2517b8a SHA512 cea29219fd4da4f7ce533ae98a82ac50015e794bf6d04f184e2f7982e3e88cea5d2268b06470bd62d08b46e6f1293e689270322b33967dbf535093228d23cde8 MISC metadata.xml 262 BLAKE2B d219edfadb1db5c80f53d9c45029b1ebd8f377fce3e425e6f4b264b2d5ef67664c857b2df5708707e8f782a44d7652df50e67aac43836a94fd73bfb7b0dff1dc SHA512 aac6550907da864d9942e61c2a09b5159d896bb04cc7e7b50c07fce3f063c12df47e09b794b4e836f28fb16d6c73180225ec4eea22764f3589408df5dfaccd46 diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20240304.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20240304.ebuild deleted file mode 100644 index e256181c2791..000000000000 --- a/app-misc/ddccontrol-db/ddccontrol-db-20240304.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 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) -} |