* [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/
@ 2016-05-21 15:35 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 3795305b5c369eafa15bdc82350132c60f9df1b0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 14:49:09 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:34:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3795305b
sys-apps/qcontrol: Cleanup due to #155425
Package-Manager: portage-2.3.0_rc1
sys-apps/qcontrol/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-apps/qcontrol/metadata.xml b/sys-apps/qcontrol/metadata.xml
index 54d656e..fae6183 100644
--- a/sys-apps/qcontrol/metadata.xml
+++ b/sys-apps/qcontrol/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>armin76@gentoo.org</email>
-</maintainer>
<maintainer type="project">
<email>arm@gentoo.org</email>
<name>Gentoo Linux ARM Development</name>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/
@ 2019-11-10 15:27 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-11-10 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 3026db24c74c0872f1f1c0938b687fb7d2aaf2ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 15:17:46 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 15:27:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3026db24
sys-apps/qcontrol: [QA] Fix MissingSlotDep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
index 9330b5503f8..3dfb69bbc9a 100644
--- a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
+++ b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="arm"
IUSE=""
-DEPEND=">=dev-lang/lua-5.1"
+DEPEND=">=dev-lang/lua-5.1:="
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/
@ 2020-09-01 2:10 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-09-01 2:10 UTC (permalink / raw
To: gentoo-commits
commit: bd98a6f60cbfc54571e446e06297832c506f9fe1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 02:10:02 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 02:10:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd98a6f6
sys-apps/qcontrol: respect LDFLAGS
Closes: https://bugs.gentoo.org/725604
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
index 3dfb69bbc9a..2cf602ce505 100644
--- a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
+++ b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,13 +20,16 @@ RDEPEND="${DEPEND}"
src_prepare() {
default
+
eapply "${WORKDIR}"/*.diff
eapply debian/patches/*.patch
eapply "${FILESDIR}"/${PV}-Makefile.patch
+
+ sed -i -e "s/LDFLAGS=/LDFLAGS ?=/" Makefile || die
}
src_compile() {
- emake CC="$(tc-getCC)" qcontrol
+ emake CC="$(tc-getCC)" LDFLAGS="-llua -lpthread ${LDFLAGS}" qcontrol
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/
@ 2021-01-23 22:51 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-23 22:51 UTC (permalink / raw
To: gentoo-commits
commit: e6fcb5c759ce875b90abcf05278c31694e5dd9d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 22:50:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 22:50:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fcb5c7
sys-apps/qcontrol: Stabilize 0.4.2-r100 arm, #766528
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/qcontrol/qcontrol-0.4.2-r100.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/qcontrol/qcontrol-0.4.2-r100.ebuild b/sys-apps/qcontrol/qcontrol-0.4.2-r100.ebuild
index 13c3d4b5faa..c61448f8844 100644
--- a/sys-apps/qcontrol/qcontrol-0.4.2-r100.ebuild
+++ b/sys-apps/qcontrol/qcontrol-0.4.2-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/q/qcontrol/${P/-/_}.orig.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~arm"
+KEYWORDS="arm"
IUSE=""
REQUIRED_USE="${LUA_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/
@ 2021-03-26 19:46 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-03-26 19:46 UTC (permalink / raw
To: gentoo-commits
commit: a780f9843d792df707ec60c3b75b75446c1f1131
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 19:00:58 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 19:45:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a780f984
sys-apps/qcontrol: drop old version
Dropping old version, which does not support slotted lua.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild | 61 ------------------------------
1 file changed, 61 deletions(-)
diff --git a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
deleted file mode 100644
index 3449c7a5c7a..00000000000
--- a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Send commands to some microcontrollers, e.g., to change LEDs or sound a buzzer"
-HOMEPAGE="http://qnap.nas-central.org/index.php/PIC_Control_Software"
-SRC_URI="mirror://debian/pool/main/q/qcontrol/${P/-/_}.orig.tar.gz
- mirror://debian/pool/main/q/qcontrol/${P/-/_}-6.diff.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="arm"
-IUSE=""
-
-DEPEND=">=dev-lang/lua-5.1:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
-
- eapply "${WORKDIR}"/*.diff
- eapply debian/patches/*.patch
- eapply "${FILESDIR}"/${PV}-Makefile.patch
-
- sed -i -e "s/LDFLAGS=/LDFLAGS ?=/" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDFLAGS="-llua -lpthread ${LDFLAGS}" qcontrol
-}
-
-src_install() {
- dosbin qcontrol
- doman debian/qcontrol.1
-
- insinto /etc/qcontrol
- doins debian/configs/*.lua
-
- newconfd "${FILESDIR}"/conf.d qcontrol
- newinitd "${FILESDIR}"/init.d qcontrol
-}
-
-pkg_preinst() {
- device=$(grep "Hardware[[:space:]]*:" /proc/cpuinfo 2>/dev/null | \
- head -n1 | sed "s/^[^:]*: //")
- case ${device} in
- "QNAP TS-109/TS-209")
- dosym qcontrol/ts209.lua /etc/qcontrol.conf ;;
- "QNAP TS-119/TS-219")
- dosym qcontrol/ts219.lua /etc/qcontrol.conf ;;
- "QNAP TS-409")
- dosym qcontrol/ts409.lua /etc/qcontrol.conf ;;
- "QNAP TS-41x")
- dosym qcontrol/ts41x.lua /etc/qcontrol.conf ;;
- *)
- ewarn "Your device is unsupported" ;;
- esac
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-26 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 15:27 [gentoo-commits] repo/gentoo:master commit in: sys-apps/qcontrol/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-03-26 19:46 Conrad Kostecki
2021-01-23 22:51 Sam James
2020-09-01 2:10 Sam James
2016-05-21 15:35 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox