public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftd2xx/
Date: Sun, 27 Jan 2019 11:05:54 +0000 (UTC)	[thread overview]
Message-ID: <1548587124.2c2489eb29c8e79760144df85261c7ea3267421b.pacho@gentoo> (raw)

commit:     2c2489eb29c8e79760144df85261c7ea3267421b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 10:38:52 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:05:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2489eb

dev-embedded/libftd2xx: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-embedded/libftd2xx/Manifest                   |  2 -
 dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild | 47 -----------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-embedded/libftd2xx/Manifest b/dev-embedded/libftd2xx/Manifest
index c15bcef6001..6bcf74df55b 100644
--- a/dev-embedded/libftd2xx/Manifest
+++ b/dev-embedded/libftd2xx/Manifest
@@ -1,3 +1 @@
-DIST libftd2xx0.4.16.tar.gz 2124501 BLAKE2B 700308bff3c8091a38ba32344943d13603b043d2e680b2511c78f944a0a7dd1779a8f46aed28872798cb73aba225bfcb382f209bc3263ac1a301f9e49100d5fe SHA512 3a945bd31750dafd08cb86e875263e4fdb7a641676e91caf12420769ff12b505e34ec3a88d80dd43590d039c2ace280f166d1ebda2dcc399fb696d9f6c298f20
-DIST libftd2xx0.4.16_x86_64.tar.gz 2099109 BLAKE2B 526d3b058fa789b913c15e067faec7767fc4a071a463f6ec9929717d811775dd5323a43e397b568ef753a655bc3d35d2f0f02add989d51da5d5d498fc476c566 SHA512 e11ffa917560b6fb974092bcd89ef95f21651a3ce84d0bc7cc7647c4fe031368209db3b4ab52f8d6240ee89c2e6335e89135d4f358c4271284f8a830655608a9
 DIST libftd2xx1.1.12.tar.gz 950540 BLAKE2B 6d55e8ff9b17a6b0220f5f4f3022c3495262b0ac47687ad9f28023c9f7b822f3956f2e42787edbdafe44ceea9b65b5ae687e2acb840f3e5546e5b2ac8a7ccec8 SHA512 afe0a8a7ccc47eb8888346dabdbfb41e182f7dadee7a57a1c4ffce544aebe5cab45c3e64de4ebeebdc0f31961617a79cbcf11dadfebde65ee79ca38e6234995a

diff --git a/dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild b/dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild
deleted file mode 100644
index cb661db60ed..00000000000
--- a/dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib
-
-MY_P="${PN}${PV}"
-
-DESCRIPTION="Library that allows a direct access to a USB device"
-HOMEPAGE="http://www.ftdichip.com/Drivers/D2XX.htm"
-SRC_URI="amd64? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${MY_P}_x86_64.tar.gz )
-	x86? ( http://www.ftdichip.com/Drivers/D2XX/Linux/${MY_P}.tar.gz )"
-
-LICENSE="FTDI LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-QA_PREBUILT="*"
-
-S=${WORKDIR}
-
-src_install() {
-	use x86 && cd ${MY_P}
-	use amd64 && cd ${MY_P}_x86_64
-
-	into /opt
-	dolib.so ${PN}.so.${PV}
-	dosym ${PN}.so.${PV} /opt/$(get_libdir)/${PN}.so.${PV:0:1}
-	dosym ${PN}.so.${PV:0:1} /opt/$(get_libdir)/${PN}.so
-	insinto /usr/include
-	doins ftd2xx.h WinTypes.h
-
-	dodir /etc/env.d
-	echo "LDPATH=\"/opt/$(get_libdir)\"" > ${D}/etc/env.d/50libftd2xx || die
-	if use examples ; then
-		find sample lib_table '(' -name '*.so' -o -name '*.[oa]' ')' -exec rm -f {} +
-		insinto /usr/share/doc/${PF}
-		doins -r sample
-		insinto /usr/share/doc/${PF}/sample
-		doins -r lib_table
-	fi
-
-	dodoc Config.txt
-	use x86 && dodoc faq.txt readme.dat
-	use amd64 && dodoc FAQ.txt README.dat
-}


             reply	other threads:[~2019-01-27 11:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-27 11:05 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-06 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftd2xx/ Viorel Munteanu
2023-08-06 10:05 Viorel Munteanu
2023-08-06 10:05 Viorel Munteanu
2022-11-24 18:14 Conrad Kostecki
2021-04-19 19:41 Sam James
2020-12-27 20:19 Sam James
2018-04-15 18:48 Patrice Clement

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=1548587124.2c2489eb29c8e79760144df85261c7ea3267421b.pacho@gentoo \
    --to=pacho@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