From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/dymo-cups-drivers/
Date: Tue, 24 Nov 2020 23:03:59 +0000 (UTC) [thread overview]
Message-ID: <1606259025.72f698be56556cf99f6b23440efbf68832a8f86a.robbat2@gentoo> (raw)
commit: 72f698be56556cf99f6b23440efbf68832a8f86a
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 23:02:49 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 23:03:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f698be
net-print/dymo-cups-drivers: remove old revisions
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
.../dymo-cups-drivers-1.4.0-r1.ebuild | 56 ----------------------
.../dymo-cups-drivers-1.4.0.ebuild | 39 ---------------
2 files changed, 95 deletions(-)
diff --git a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r1.ebuild b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r1.ebuild
deleted file mode 100644
index f5dba4224b3..00000000000
--- a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils autotools
-
-DESCRIPTION="Dymo SDK for LabelWriter/LabelManager printers"
-HOMEPAGE="https://newellrubbermaid.secure.force.com/dymopkb"
-SRC_URI="http://download.dymo.com/Download%20Drivers/Linux/Download/${P}.tar.gz"
-
-S="${WORKDIR}/${P}.5"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test usb_modeswitch"
-RESTRICT="!test? ( test )"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="net-print/cups"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )
- usb_modeswitch? ( sys-apps/usb_modeswitch )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.2.0-cxxflags.patch
- "${FILESDIR}"/port_to_newer_cups_headers.patch
- "${FILESDIR}"/dymo-cups-drivers-1.4.0.5-flexible-tests.patch
-)
-
-DOCS=( AUTHORS README ChangeLog docs/SAMPLES )
-
-src_prepare() {
- default
- eapply_user
- eautoreconf
-}
-
-src_install() {
- default
-
- insinto /usr/share/doc/${PF}
- doins docs/*.{txt,rtf,ps,png}
-}
-
-src_test() {
- # upstream tests are designed to be run AFTER make install, because they depend on final paths.
- testroot="${T}/testroot"
- mkdir -p "${testroot}"
- emake install DESTDIR="${testroot}"
- # -W filters is because CUPS tries really hard for secure filters: they must be root/root for the filter tests to pass
- #chown root:root "${testroot}"/usr/libexec/cups/filter/{raster2dymolm,raster2dymolw} || die "failed to set ownership for tests"
- # This will trigger the following warning repeatedly
- #Bad permissions on cupsFilter file "..${testroot}/usr/libexec/cups/filter/raster2dymolm"
- emake check CUPSTESTPPD_OPTS="-R ${testroot} -W filters"
-}
diff --git a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild
deleted file mode 100644
index 3e7e04d9b91..00000000000
--- a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools
-
-DESCRIPTION="Dymo SDK for LabelWriter/LabelManager printers"
-HOMEPAGE="https://newellrubbermaid.secure.force.com/dymopkb"
-SRC_URI="http://download.dymo.com/Download%20Drivers/Linux/Download/${P}.tar.gz"
-
-S="${WORKDIR}/${P}.5"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="net-print/cups"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-
-# tests fail but needs to be investigated
-RESTRICT=test
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.2.0-cxxflags.patch
- epatch "${FILESDIR}"/port_to_newer_cups_headers.patch
- eautoreconf
-}
-
-DOCS=( AUTHORS README ChangeLog docs/SAMPLES )
-
-src_install() {
- default
-
- insinto /usr/share/doc/${PF}
- doins docs/*.{txt,rtf,ps,png}
-}
next reply other threads:[~2020-11-24 23:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-24 23:03 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 4:55 [gentoo-commits] repo/gentoo:master commit in: net-print/dymo-cups-drivers/ Sam James
2020-11-24 23:03 Robin H. Johnson
2016-08-24 13:52 Pacho Ramos
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=1606259025.72f698be56556cf99f6b23440efbf68832a8f86a.robbat2@gentoo \
--to=robbat2@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