From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmodbus/
Date: Wed, 25 Jan 2017 15:16:20 +0000 (UTC) [thread overview]
Message-ID: <1485357369.cce2a74a7024b5ae06ed812893ca82fb2c9628ea.xmw@gentoo> (raw)
commit: cce2a74a7024b5ae06ed812893ca82fb2c9628ea
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 14:48:12 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 15:16:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce2a74a
dev-libs/libmodbus: Drop old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/libmodbus/Manifest | 2 --
dev-libs/libmodbus/libmodbus-3.0.6.ebuild | 26 --------------------------
dev-libs/libmodbus/libmodbus-3.1.1.ebuild | 26 --------------------------
3 files changed, 54 deletions(-)
diff --git a/dev-libs/libmodbus/Manifest b/dev-libs/libmodbus/Manifest
index e015f7d..939b742 100644
--- a/dev-libs/libmodbus/Manifest
+++ b/dev-libs/libmodbus/Manifest
@@ -1,3 +1 @@
-DIST libmodbus-3.0.6.tar.gz 504757 SHA256 046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6 SHA512 47a271b3677822701bac924f3e3245e3db72dbadfe1d860ae5d8171b32d2dbb1c761a351d055eafc661a15bc13cb60b793b2b0f9654bbafcf01b457d51991dca WHIRLPOOL f586f4e98083d9eccda7bc49dfda2ff24b167e50fb7cbf9a515066cef179b8a43190daecbf2de0871d09d443ff5d1ec871a77590b8d6f0d992354912a80d5215
-DIST libmodbus-3.1.1.tar.gz 595100 SHA256 76d93aff749d6029f81dcf1fb3fd6abe10c9b48d376f3a03a4f41c5197c95c99 SHA512 0e7b26137b9cdf13decb39a3662767e9309ca4937010a36baba05adb92b7322a85f07557367b80e7242b2cce714007d0e9e6701e127f15f866dae3861e180012 WHIRLPOOL 82ade12450aebad66b0ddd9adf73a1f9f91547e5d7bde85346867ff6a0b991ed532b8b10623e7b79d785092a07b9d34a583114ec573ef7109ec057c714dd4adb
DIST libmodbus-3.1.2.tar.gz 428224 SHA256 661e14f9dc904f3f1b034464ddaa5fd4b8472f8f5d1ea10a1148af85591b7ee9 SHA512 a9916bcb861f39a73ea952cc3ab58af2949a3dfbf0e964ce5327c2443b0b9d812f6b740b90aa062c106477d2d6a3badfba6b0cee0455e48484cbdb07bcf82e82 WHIRLPOOL 08bf516fd8c6131211952e2c3145b406d1f685021ae317337f5354b7d83b0143dba201e4986317fa3d2a42fb013b89b7ea4f4b66497ce3e5dcdd088ac720a938
diff --git a/dev-libs/libmodbus/libmodbus-3.0.6.ebuild b/dev-libs/libmodbus/libmodbus-3.0.6.ebuild
deleted file mode 100644
index f40aceb..00000000
--- a/dev-libs/libmodbus/libmodbus-3.0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link"
-HOMEPAGE="http://libmodbus.org/"
-SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure() {
- econf \
- --disable-silent-rules \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS MIGRATION NEWS README.rst
- use static-libs || rm "${D}"/usr/*/libmodbus.la
-}
diff --git a/dev-libs/libmodbus/libmodbus-3.1.1.ebuild b/dev-libs/libmodbus/libmodbus-3.1.1.ebuild
deleted file mode 100644
index a609319..00000000
--- a/dev-libs/libmodbus/libmodbus-3.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link"
-HOMEPAGE="http://libmodbus.org/"
-SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure() {
- econf \
- --disable-silent-rules \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS MIGRATION NEWS README.md
- use static-libs || rm "${D}"/usr/*/libmodbus.la
-}
next reply other threads:[~2017-01-25 15:16 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 15:16 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-23 20:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmodbus/ Conrad Kostecki
2024-12-15 18:55 Arthur Zamarin
2024-12-14 17:19 Arthur Zamarin
2024-12-13 6:53 Arthur Zamarin
2024-12-13 6:53 Arthur Zamarin
2024-10-22 22:26 Conrad Kostecki
2024-01-17 2:46 Ionen Wolkens
2023-12-18 0:11 Sam James
2023-06-17 17:11 Arthur Zamarin
2023-06-17 17:11 Arthur Zamarin
2023-06-17 15:48 Arthur Zamarin
2023-06-17 10:33 Yixun Lan
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2022-12-10 13:27 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-08-20 23:29 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-06-06 9:32 Jakov Smolić
2022-06-05 14:51 Conrad Kostecki
2022-06-05 14:51 Conrad Kostecki
2020-03-16 6:22 Michał Górny
2020-03-03 15:13 Agostino Sarubbo
2020-03-03 14:37 Agostino Sarubbo
2020-03-02 15:24 Thomas Deutschmann
2019-03-20 20:27 Aaron Bauman
2019-02-16 12:13 Mikle Kolyada
2019-02-16 12:13 Mikle Kolyada
2016-12-20 18:17 Thomas Deutschmann
2016-12-20 17:31 Tobias Klausmann
2016-03-11 14:57 Michael Weber
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=1485357369.cce2a74a7024b5ae06ed812893ca82fb2c9628ea.xmw@gentoo \
--to=xmw@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