* [gentoo-commits] repo/gentoo:master commit in: x11-misc/oroborus-deskmenu/
@ 2017-03-04 15:19 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-03-04 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 31ea908fbb94b9053d8b8ba6e0ec15227e31dd38
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Mar 2 18:21:03 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 15:18:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea908f
x11-misc/oroborus-deskmenu: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4098
| 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
similarity index 73%
rename from x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild
rename to x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
index 403359cdab1..460d8d55f09 100644
--- a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild
+++ b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
MY_PN=${PN/oroborus-//}
DESCRIPTION="root menu program for Oroborus"
@@ -19,7 +21,4 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_PN}-${PV}
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO example_rc || die
-}
+DOCS=( AUTHORS ChangeLog NEWS README TODO example_rc )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/oroborus-deskmenu/
@ 2018-05-20 23:26 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 68b261384075c40cebbb609abbd540e6fbf58480
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 12:22:45 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:25:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b26138
x11-misc/oroborus-deskmenu: use HTTPS
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
index 460d8d55f09..69756f24066 100644
--- a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
+++ b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
MY_PN=${PN/oroborus-//}
DESCRIPTION="root menu program for Oroborus"
-HOMEPAGE="http://www.oroborus.org"
+HOMEPAGE="https://www.oroborus.org"
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_PN}_${PV}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/oroborus-deskmenu/
@ 2022-10-20 3:54 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-10-20 3:54 UTC (permalink / raw
To: gentoo-commits
commit: 70b8e3ce51722afa89e42be70f8e7ce22d097708
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Oct 19 09:12:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 03:52:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b8e3ce
x11-misc/oroborus-deskmenu: fix metadata indentation
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/oroborus-deskmenu/metadata.xml b/x11-misc/oroborus-deskmenu/metadata.xml
index 8075914b0bd5..13f54c18facf 100644
--- a/x11-misc/oroborus-deskmenu/metadata.xml
+++ b/x11-misc/oroborus-deskmenu/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>
DeskMenu is a root menu program which is activated by clicking the root window.
It is configured from a .deskmenurc file in your home directory. DeskMenu is
useful for window managers which do not provide a menu such as Oroborus.
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-20 3:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 23:26 [gentoo-commits] repo/gentoo:master commit in: x11-misc/oroborus-deskmenu/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2022-10-20 3:54 Sam James
2017-03-04 15:19 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox