* [gentoo-commits] repo/gentoo:master commit in: app-admin/grubconfig/
@ 2016-06-23 15:57 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-06-23 15:57 UTC (permalink / raw
To: gentoo-commits
commit: e280f07144548f4a0ec1730c44c9b2db0d5e157f
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 19 17:33:26 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:25:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e280f071
app-admin/grubconfig: reversion update, eapi bump, minor fixes
Closes: https://github.com/gentoo/gentoo/pull/1699
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-admin/grubconfig/grubconfig-1.28-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
index 433d086..72129a3 100644
--- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit multilib
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
-HOMEPAGE="http://www.tux.org/pub/people/kent-robotti/looplinux/"
+HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/grubconfig/
@ 2016-06-23 15:57 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-06-23 15:57 UTC (permalink / raw
To: gentoo-commits
commit: bc071eae9869c5ddd7e27060afc01fd1602451a1
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 19 17:37:06 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:25:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc071eae
app-admin/grubconfig: add updated version
Closes: https://github.com/gentoo/gentoo/pull/1699
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-admin/grubconfig/grubconfig-1.28-r2.ebuild | 28 ++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-admin/grubconfig/grubconfig-1.28-r2.ebuild b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
new file mode 100644
index 0000000..09a5a10
--- /dev/null
+++ b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple Tool to configure Grub-Bootloader"
+HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
+SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-util/dialog-0.7"
+
+src_prepare() {
+ sed -i \
+ -e "s:/usr/lib/grub:/$(get_libdir)/grub:g" \
+ grubconfig || die
+ eapply_user
+}
+
+src_install() {
+ dosbin grubconfig
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/grubconfig/
@ 2016-06-23 15:57 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-06-23 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 8ce0581b261c826795a0988dd185961ba5fc3a72
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 19 17:43:13 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:25:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce0581b
app-admin/grubconfig: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/1699
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-admin/grubconfig/grubconfig-1.28-r1.ebuild | 2 +-
app-admin/grubconfig/grubconfig-1.28-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
index 72129a3..894b209 100644
--- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
@@ -6,7 +6,7 @@ inherit multilib
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
-SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
+SRC_URI="http://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-admin/grubconfig/grubconfig-1.28-r2.ebuild b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
index 09a5a10..c7959ec 100644
--- a/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
+++ b/app-admin/grubconfig/grubconfig-1.28-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
-SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
+SRC_URI="http://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/grubconfig/
@ 2017-02-07 16:58 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-02-07 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 15af0dd458f8549293a1ec575704ce16392be369
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 16:50:58 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 16:58:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15af0dd4
app-admin/grubconfig: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/grubconfig/grubconfig-1.28-r1.ebuild | 29 --------------------------
1 file changed, 29 deletions(-)
diff --git a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild b/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
deleted file mode 100644
index 894b209..00000000
--- a/app-admin/grubconfig/grubconfig-1.28-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit multilib
-
-DESCRIPTION="Simple Tool to configure Grub-Bootloader"
-HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
-SRC_URI="http://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-util/dialog-0.7"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "s:/usr/lib/grub:/$(get_libdir)/grub:g" \
- grubconfig || die
-}
-
-src_install() {
- dosbin grubconfig || die
- dodoc README
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-07 16:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23 15:57 [gentoo-commits] repo/gentoo:master commit in: app-admin/grubconfig/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-06-23 15:57 Patrice Clement
2016-06-23 15:57 Patrice Clement
2017-02-07 16:58 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox