Remove duplicate package sys-apps/light as dev-libs/light already in tree.
authorTony Vroon <chainsaw@gentoo.org>
Fri, 9 Aug 2019 08:34:30 +0000 (09:34 +0100)
committerTony Vroon <chainsaw@gentoo.org>
Fri, 9 Aug 2019 08:35:16 +0000 (09:35 +0100)
Unfortunately a bug report requesting the addition was left open, causing
confusion and duplication of effort.

Suggested-By: Joonas Niilola <juippis@gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Closes: https://bugs.gentoo.org/578116

sys-apps/light/Manifest [deleted file]
sys-apps/light/light-1.2.ebuild [deleted file]
sys-apps/light/metadata.xml [deleted file]

diff --git a/sys-apps/light/Manifest b/sys-apps/light/Manifest
deleted file mode 100644 (file)
index bb1931f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST light-1.2.tar.gz 32592 BLAKE2B 86d2bf4a88cf61ec1b7af16510db3d26698397d5cc3ddee7f663c1f501ca6b5bf238e5f29f17142d6196908e1d444795abed41a12560c9411214d4a874c96ddb SHA512 3f876262a730ef34219e0d596065c725376218ca88a2e9f56f62a25956b9ba505168f32c5877715abf746090c053873322a3292680055cc2f5b77ec8c0d466a4
diff --git a/sys-apps/light/light-1.2.ebuild b/sys-apps/light/light-1.2.ebuild
deleted file mode 100644 (file)
index 96d743e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Program to easily change brightness on backlight-controllers."
-HOMEPAGE="https://github.com/haikarainen/light"
-SRC_URI="https://github.com/haikarainen/light/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="udev"
-DEPEND="udev? ( virtual/udev )"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_with udev udev /lib/udev/rules.d)
-}
diff --git a/sys-apps/light/metadata.xml b/sys-apps/light/metadata.xml
deleted file mode 100644 (file)
index 1a06e96..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>chainsaw@gentoo.org</email>
-               <name>Tony Vroon</name>
-       </maintainer>
-</pkgmetadata>