* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2017-06-12 8:21 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2017-06-12 8:21 UTC (permalink / raw
To: gentoo-commits
commit: d2f4e5602fe4f11cace98dbfb1d8ee20c2618aa0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 08:19:08 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 08:21:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f4e560
sys-apps/apmd: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sys-apps/apmd/apmd-3.2.2_p14.ebuild | 78 -------------------------------------
1 file changed, 78 deletions(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14.ebuild b/sys-apps/apmd/apmd-3.2.2_p14.ebuild
deleted file mode 100644
index c29faca2134..00000000000
--- a/sys-apps/apmd/apmd-3.2.2_p14.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-MY_PV=${PV%_p*}
-MY_P=${PN}_${MY_PV}
-PATCHV=${PV#*_p}
-
-DESCRIPTION="Advanced Power Management Daemon"
-HOMEPAGE="http://packages.qa.debian.org/a/apmd.html"
-SRC_URI="mirror://debian/pool/main/a/apmd/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/a/apmd/${MY_P}-${PATCHV}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="nls X"
-
-RDEPEND=">=sys-apps/debianutils-1.16
- >=sys-power/powermgmt-base-1.31
- X? ( x11-libs/libX11
- x11-libs/libXaw
- x11-libs/libXmu
- x11-libs/libSM
- x11-libs/libICE
- x11-libs/libXt
- x11-libs/libXext )"
-DEPEND="${RDEPEND}
- sys-devel/libtool
- virtual/os-headers"
-
-S=${WORKDIR}/${PN}-${MY_PV}.orig
-
-src_prepare() {
- epatch "${WORKDIR}"/${MY_P}-${PATCHV}.diff
-
- if ! use X; then
- sed -i \
- -e 's:\(EXES=.*\)xapm:\1:' \
- -e 's:\(.*\)\$(LT_INSTALL).*xapm.*$:\1echo:' \
- Makefile || die
- fi
-
- # use system headers and skip on_ac_power
- rm -f on_ac_power*
-
- sed -i \
- -e '/on_ac_power/d' \
- -e 's:-I/usr/src/linux/include -I/usr/X11R6/include::' \
- -e 's:-L/usr/X11R6/lib::' \
- Makefile || die
-}
-
-src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dodir /usr/sbin
- emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) install
-
- keepdir /etc/apm/{event.d,suspend.d,resume.d,other.d,scripts.d}
- exeinto /etc/apm
- doexe debian/apmd_proxy
- dodoc AUTHORS {,apmsleep.}README debian/{changelog,README.Debian}
-
- doman *.{1,8}
-
- # note: apmd_proxy.conf is currently disabled and not used, thus
- # not installed - liquidx (01 Mar 2004)
-
- newconfd "${FILESDIR}"/apmd.confd apmd
- newinitd "${FILESDIR}"/apmd.rc6 apmd
-
- use nls || rm -rf "${D}"/usr/share/man/fr
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2017-06-12 8:21 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2017-06-12 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 27dac64341715b6b71068bc7be2364025133492a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 08:19:32 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 08:21:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dac643
sys-apps/apmd: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
index d87e38b5848..166a03b1cf8 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ MY_P=${PN}_${MY_PV}
PATCHV=${PV#*_p}
DESCRIPTION="Advanced Power Management Daemon"
-HOMEPAGE="http://packages.qa.debian.org/a/apmd.html"
+HOMEPAGE="https://packages.qa.debian.org/a/apmd.html"
SRC_URI="mirror://debian/pool/main/a/apmd/${MY_P}.orig.tar.gz
mirror://debian/pool/main/a/apmd/${MY_P}-${PATCHV}.diff.gz"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2021-11-06 20:33 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2021-11-06 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 15e6766c1ccbe4e98c944111f03dcdac5da633fc
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 5 18:12:53 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 20:32:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e6766c
sys-apps/apmd: Port to EAPI 8
Closes: https://bugs.gentoo.org/725534
Closes: https://bugs.gentoo.org/819249
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
....2.2_p14-r1.ebuild => apmd-3.2.2_p14-r2.ebuild} | 39 ++++++++++++++--------
1 file changed, 25 insertions(+), 14 deletions(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r2.ebuild
similarity index 74%
rename from sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
rename to sys-apps/apmd/apmd-3.2.2_p14-r2.ebuild
index fefa3c983ce..669ba2f6a4f 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r1.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r2.ebuild
@@ -1,40 +1,47 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit epatch multilib toolchain-funcs
+EAPI=8
-MY_PV=${PV%_p*}
-MY_P=${PN}_${MY_PV}
-PATCHV=${PV#*_p}
+inherit toolchain-funcs
+
+MY_PV="${PV%_p*}"
+MY_P="${PN}_${MY_PV}"
+PATCHV="${PV#*_p}"
DESCRIPTION="Advanced Power Management Daemon"
HOMEPAGE="https://packages.qa.debian.org/a/apmd.html"
SRC_URI="mirror://debian/pool/main/a/apmd/${MY_P}.orig.tar.gz
mirror://debian/pool/main/a/apmd/${MY_P}-${PATCHV}.diff.gz"
+S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ppc64 x86"
IUSE="nls X"
-RDEPEND=">=sys-apps/debianutils-1.16
+RDEPEND="
+ >=sys-apps/debianutils-1.16
>=sys-power/powermgmt-base-1.31
- X? ( x11-libs/libX11
+ X? (
+ x11-libs/libX11
x11-libs/libXaw
x11-libs/libXmu
x11-libs/libSM
x11-libs/libICE
x11-libs/libXt
- x11-libs/libXext )"
+ x11-libs/libXext
+ )"
DEPEND="${RDEPEND}
- sys-devel/libtool
virtual/os-headers"
+BDEPEND="sys-devel/libtool"
-S=${WORKDIR}/${PN}-${MY_PV}.orig
+PATCHES=(
+ "${WORKDIR}"/${MY_P}-${PATCHV}.diff
+)
src_prepare() {
- epatch "${WORKDIR}"/${MY_P}-${PATCHV}.diff
+ default
if ! use X; then
sed -i \
@@ -44,7 +51,7 @@ src_prepare() {
fi
# use system headers and skip on_ac_power
- rm -f on_ac_power*
+ rm on_ac_power* || die
sed -i \
-e '/on_ac_power/d' \
@@ -54,7 +61,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
@@ -74,5 +81,9 @@ src_install() {
newconfd "${FILESDIR}"/apmd.confd apmd
newinitd "${FILESDIR}"/apmd.rc6 apmd
- use nls || rm -rf "${D}"/usr/share/man/fr
+ if ! use nls; then
+ rm -r "${ED}"/usr/share/man/fr || die
+ fi
+
+ find "${ED}" -name '*.a' -delete || die
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2022-12-18 11:36 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-18 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 9c933dac2ea5a57fff4c24e8306f2783995f9aa8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:36:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:36:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c933dac
sys-apps/apmd: Stabilize 3.2.2_p14-r3 ppc, #886789
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
index 1b02dedb3c54..d895e6f6b3b1 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
IUSE="nls X"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2022-12-18 11:41 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-18 11:41 UTC (permalink / raw
To: gentoo-commits
commit: 190cf4398b2d734d58e877f67779c96a3f15b616
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:41:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:41:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190cf439
sys-apps/apmd: Stabilize 3.2.2_p14-r3 arm, #886789
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
index d895e6f6b3b1..c147d3dc3160 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ppc ~ppc64 ~x86"
IUSE="nls X"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2022-12-18 11:44 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-18 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 6f30aa08c7797457c51480235730e134b0e2ba3a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:43:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:43:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f30aa08
sys-apps/apmd: Stabilize 3.2.2_p14-r3 x86, #886789
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
index c147d3dc3160..1fbe97e6c53b 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ppc ~ppc64 x86"
IUSE="nls X"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2022-12-18 12:11 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-18 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 3f03c14695ab32c5eaaccd0c2eab8951ff76ff41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:11:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:11:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f03c146
sys-apps/apmd: Stabilize 3.2.2_p14-r3 ppc64, #886789
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
index 1fbe97e6c53b..7a64d059eae5 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ppc ~ppc64 x86"
+KEYWORDS="~amd64 arm ppc ppc64 x86"
IUSE="nls X"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/
@ 2022-12-18 18:51 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-12-18 18:51 UTC (permalink / raw
To: gentoo-commits
commit: a9d39680142860614ef448cf8774e3d299efa9a2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 18:51:19 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 18:51:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d39680
sys-apps/apmd: Stabilize 3.2.2_p14-r3 amd64, #886789
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
index 7a64d059eae5..c74792bcd3c5 100644
--- a/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
+++ b/sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}.orig"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
IUSE="nls X"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-12-18 18:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 18:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/apmd/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:11 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:41 Sam James
2022-12-18 11:36 Sam James
2021-11-06 20:33 Jakov Smolić
2017-06-12 8:21 Michael Palimaka
2017-06-12 8:21 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox