public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/biosdevname/
Date: Wed,  1 Jun 2016 21:49:44 +0000 (UTC)	[thread overview]
Message-ID: <1464817774.6f53dbda879f6f7a20802e310eda2ce940a8c46c.aidecoe@gentoo> (raw)

commit:     6f53dbda879f6f7a20802e310eda2ce940a8c46c
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 21:43:04 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 21:49:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f53dbda

sys-apps/biosdevname: Bump version

Package-Manager: portage-2.3.0_rc1

 sys-apps/biosdevname/Manifest                 |  1 +
 sys-apps/biosdevname/biosdevname-0.7.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/sys-apps/biosdevname/Manifest b/sys-apps/biosdevname/Manifest
index 2a0f113..e6c7d1d 100644
--- a/sys-apps/biosdevname/Manifest
+++ b/sys-apps/biosdevname/Manifest
@@ -1,3 +1,4 @@
 DIST biosdevname-0.6.1.tar.gz 195604 SHA256 b43580589a3f40afc836afbff9bcd837224c710b75a4d0b576f2e4d44ec158cc SHA512 46962c50618eb87c3ade5f4866bbb3fddb75f3a450bc32610d54062375b53bcd4c2f17cc3d729335c7d582043d0b491c8d8e1dc50d7de9c7683846b8dc8b0d77 WHIRLPOOL 9fa40a118ca57dd4e1a226ab0bea117f0291b0ee8807a5c2a9a56ef850d52d9500bb59a0d9e1fcba4cb87e85f269c76216bbee4eb331906cfa545b69ef3c6774
 DIST biosdevname-0.6.2.tar.gz 195655 SHA256 7c6620e9a65e2929411036db04cc009e11a83b80a72282858e26cd19b598e466 SHA512 b4c56d9ba7ed539cb2fe05ec34f4345542237d77e0e2ce56835d95a2148baa59db5af1724e7569567999620bb963ad7867634bb9c8ba1b5b30cbf809a527eb81 WHIRLPOOL 85c0de6a59a2c9635721fa649cbd089920caee0842c4f4777a6a290df82a788c9573204aed501d336fe18a13e5e5c486226550bf3ff1b24ec826ab1b2604d9d9
 DIST biosdevname-0.7.1.tar.gz 193878 SHA256 81d4cb3ac3f4cafeb80c20ec0f34735804cb169b3efa4f67df6a58c5d102218b SHA512 ae641f86752338f375688655edf23c76e49f5387e036eff406adc191be4298fac10d0f4c942c3d31bb5ea7779a51d13a9bf1a5c62e0c748ef7f9f58dc344ec08 WHIRLPOOL a79f5373abcb6fd2b84dae8c34d955be830b675fe0fa5525ecf10403d2c30d33b648f71b263bd48c110fe47f5f03f399b35db3aac963f7a5fb96d64c6cdcc442
+DIST biosdevname-0.7.2.tar.gz 193926 SHA256 954575f482ff5de2d49c335b563990859a3eb3506e8fa976f6915eba870d71f6 SHA512 2b71d33b3c7ab6c19f6129763a4c044f9cb4cbc43aec0e0d2a83177d8edb1440c17ffc4ab2eae448ae997dcb4b52315f8266c2e4010367f9690e4552cba89502 WHIRLPOOL 8b04da13314ca391075939905b1ab9b072f249cc5e37d3a341bc187cc34c80f798e0134689d1877d6d334e760c46eab56dfa2cb50515571f6b4d4fdf3856a4fe

diff --git a/sys-apps/biosdevname/biosdevname-0.7.2.ebuild b/sys-apps/biosdevname/biosdevname-0.7.2.ebuild
new file mode 100644
index 0000000..fb8fb44
--- /dev/null
+++ b/sys-apps/biosdevname/biosdevname-0.7.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit udev
+
+DESCRIPTION="Sets BIOS-given device names instead of kernel eth* names"
+HOMEPAGE="http://linux.dell.com/biosdevname/"
+SRC_URI="http://linux.dell.com/biosdevname/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="virtual/udev"
+DEPEND="${CDEPEND}
+	sys-apps/pciutils"
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+	sed -i -e 's|/sbin/biosdevname|/usr\0|g' biosdevname.rules.in || die
+	sed -i -e "/RULEDEST/s:/lib/udev:$(get_udevdir):" configure{,.ac} || die
+}


             reply	other threads:[~2016-06-01 21:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 21:49 Amadeusz Piotr Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 13:02 [gentoo-commits] repo/gentoo:master commit in: sys-apps/biosdevname/ Arthur Zamarin
2024-05-06 19:34 Andrew Ammerlaan
2021-01-11  8:07 Sam James
2021-01-11  8:02 Sam James
2021-01-11  8:01 Sam James
2021-01-10 17:32 Sam James
2021-01-10 17:32 Sam James
2021-01-10 17:32 Sam James
2019-07-08 21:07 Amadeusz Piotr Żołnowski
2019-07-07 21:57 Amadeusz Piotr Żołnowski
2016-12-29 21:39 Amadeusz Piotr Żołnowski
2016-09-16 22:35 Amadeusz Piotr Żołnowski
2015-12-26 15:17 Amadeusz Piotr Żołnowski
2015-12-26 15:15 Amadeusz Piotr Żołnowski
2015-08-16 10:58 Amadeusz Żołnowski
2015-08-16 10:58 Amadeusz Żołnowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464817774.6f53dbda879f6f7a20802e310eda2ce940a8c46c.aidecoe@gentoo \
    --to=aidecoe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox