summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 19:41:11 +0100
committerSam James <sam@gentoo.org>2022-04-17 19:59:16 +0100
commit6ae06626dfd4f813d5ef1833b14190b31a25ec65 (patch)
tree6143e2511974d3a5b33596cc9882e59b1e5abbed /app-misc/ddccontrol-db
parentapp-misc/ddccontrol: drop 0.4.4_p20200630 (diff)
downloadgentoo-6ae06626dfd4f813d5ef1833b14190b31a25ec65.tar.gz
gentoo-6ae06626dfd4f813d5ef1833b14190b31a25ec65.tar.bz2
gentoo-6ae06626dfd4f813d5ef1833b14190b31a25ec65.zip
app-misc/ddccontrol-db: drop 20190826_p20200613
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/ddccontrol-db')
-rw-r--r--app-misc/ddccontrol-db/Manifest1
-rw-r--r--app-misc/ddccontrol-db/ddccontrol-db-20190826_p20200613.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/ddccontrol-db/Manifest b/app-misc/ddccontrol-db/Manifest
index 1fef346bb92b..fc1bfe60beb1 100644
--- a/app-misc/ddccontrol-db/Manifest
+++ b/app-misc/ddccontrol-db/Manifest
@@ -1,2 +1 @@
-DIST ddccontrol-db-20190826_p20200613.tar.gz 85044 BLAKE2B 6f80a7a53843dc29ff6158614dd36eba3d7f8172e21592776426464729b4bdcfd3bea51b8412919aa5231015f75766da51eb71f4d808b4c280c045209a4edf1a SHA512 9171193fd31c877699df9e8740cbed0a8de68acc41b614ded36022a25be27f01cf34129033ae3c219211bff54ea82882a955f587dfa87fa7571d3992ac3fa4de
DIST ddccontrol-db-20210812.tar.gz 100719 BLAKE2B aecc9e9bf432905652e69b17b274daa07222d8f766048f29493eb0e50e07331fb5434258faad277ce21dec6475b192b4575eb1ebbd117edd25d333091ba33c8c SHA512 5bf64d69e1dd4324ce498909313b5c32a4af18d101e1536c40845f9a440f353e0ecb36d26441733c68de05be7e52dcea983325d70f4d542df85b5462ad193cb7
diff --git a/app-misc/ddccontrol-db/ddccontrol-db-20190826_p20200613.ebuild b/app-misc/ddccontrol-db/ddccontrol-db-20190826_p20200613.ebuild
deleted file mode 100644
index f230ee9f2591..000000000000
--- a/app-misc/ddccontrol-db/ddccontrol-db-20190826_p20200613.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="DDCControl monitor database"
-HOMEPAGE="http://ddccontrol.sourceforge.net/"
-COMMIT_ID="e75714979448b2f513d5ce65929899fa32a59044"
-MY_PV=${COMMIT_ID:-${PV}}
-SRC_URI="https://github.com/ddccontrol/ddccontrol-db/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-RDEPEND="nls? ( sys-devel/gettext )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-perl/XML-Parser"
-
-src_prepare() {
- touch db/options.xml.h ABOUT-NLS config.rpath || die
- eapply_user
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README.md
-}