public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/dymo-cups-drivers/files/, net-print/dymo-cups-drivers/
Date: Sat, 17 Oct 2015 18:26:50 +0000 (UTC)	[thread overview]
Message-ID: <1445106398.dc651553cf0ae7be5ab248477eaff67873bc7c3e.mrueg@gentoo> (raw)

commit:     dc651553cf0ae7be5ab248477eaff67873bc7c3e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 18:26:38 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 18:26:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc651553

net-print/dymo-cups-drivers: Remove old

Package-Manager: portage-2.2.23

 net-print/dymo-cups-drivers/Manifest               |  1 -
 .../dymo-cups-drivers-1.2.0.ebuild                 | 40 ------------------
 .../files/dymo-cups-drivers-1.2.0+gcc-4.6.patch    | 48 ----------------------
 3 files changed, 89 deletions(-)

diff --git a/net-print/dymo-cups-drivers/Manifest b/net-print/dymo-cups-drivers/Manifest
index b66b72a..fdcb0ad 100644
--- a/net-print/dymo-cups-drivers/Manifest
+++ b/net-print/dymo-cups-drivers/Manifest
@@ -1,2 +1 @@
-DIST dymo-cups-drivers-1.2.0.tar.gz 280453 SHA256 23cc45f9e128ec229c3fcdcbf4e6e7b16fc196be466c24dd4e39dcc3432df5af SHA512 b53f0f248d7da03c4b3c691d8f07a1f0818160df1b596bc7ea734f50fdb0973a12bd564abeb6be6595a828aa8e3b10384c9d85c1199e98ddb72bbb74b1ec067d WHIRLPOOL 0be85646208036dee05c13790accdbd0dbc42c4abecc8f5094eb9fbc2fdf5b8112aa2497fbfc84b04971be03d3902608b72202f66847c2c50dce745e7170952d
 DIST dymo-cups-drivers-1.4.0.tar.gz 420068 SHA256 c60797e7e986ca329f46e9a6ab1cb6382383952b15685ed69fd91f3c7ed64f71 SHA512 e8c375fa0bc87fa96b18db6213e308a1f32050004c0c8c7d516b548f9d369162431f5f56ebcbb1231be60f5d7a946dcca184c6ff4302952bf3744ba42521cd5c WHIRLPOOL 6f05c6717bb51a5dbfa8e0ed1581745787f0e2f26d24b36ab7c566160947f5baf3bff5db4e4e7c365ca1b82d526fcd3af3ec4607ec6804a6883fa6a70c146c4b

diff --git a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.2.0.ebuild b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.2.0.ebuild
deleted file mode 100644
index b68a021..0000000
--- a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils autotools
-
-DESCRIPTION="Dymo SDK for LabelWriter/LabelManager printers"
-HOMEPAGE="http://sites.dymo.com/DeveloperProgram/Pages/LW_SDK_Linux.aspx"
-SRC_URI="http://download.dymo.com/Download%20Drivers/Linux/Download/${P}.tar.gz"
-
-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}"/${P}+gcc-4.6.patch \
-		"${FILESDIR}"/${P}-cxxflags.patch
-	eautoreconf
-}
-
-DOCS=( AUTHORS README ChangeLog docs/SAMPLES )
-
-src_install() {
-	default
-
-	insinto /usr/share/doc/${PF}
-	doins docs/*.{txt,rtf,ps,png}
-}

diff --git a/net-print/dymo-cups-drivers/files/dymo-cups-drivers-1.2.0+gcc-4.6.patch b/net-print/dymo-cups-drivers/files/dymo-cups-drivers-1.2.0+gcc-4.6.patch
deleted file mode 100644
index 3f60290..0000000
--- a/net-print/dymo-cups-drivers/files/dymo-cups-drivers-1.2.0+gcc-4.6.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Index: dymo-cups-drivers-1.2.0/src/common/Halftoning.h
-===================================================================
---- dymo-cups-drivers-1.2.0.orig/src/common/Halftoning.h
-+++ dymo-cups-drivers-1.2.0/src/common/Halftoning.h
-@@ -22,6 +22,7 @@
- #ifndef h4D098F6A_47C6_4e9d_BD74_2DC6034F8EEF
- #define h4D098F6A_47C6_4e9d_BD74_2DC6034F8EEF
- 
-+#include <cstdlib>
- #include "CommonTypedefs.h"
- 
- //namespace dymo
-Index: dymo-cups-drivers-1.2.0/src/lw/LabelWriterDriver.h
-===================================================================
---- dymo-cups-drivers-1.2.0.orig/src/lw/LabelWriterDriver.h
-+++ dymo-cups-drivers-1.2.0/src/lw/LabelWriterDriver.h
-@@ -21,6 +21,7 @@
- #ifndef h53a93353_4968_443a_a5aa_1167526295fc
- #define h53a93353_4968_443a_a5aa_1167526295fc
- 
-+#include <cstdlib>
- #include "PrinterDriver.h"
- 
- namespace DymoPrinterDriver
-Index: dymo-cups-drivers-1.2.0/src/lw/tests/MOCK_LWLMPrintEnvironment.h
-===================================================================
---- dymo-cups-drivers-1.2.0.orig/src/lw/tests/MOCK_LWLMPrintEnvironment.h
-+++ dymo-cups-drivers-1.2.0/src/lw/tests/MOCK_LWLMPrintEnvironment.h
-@@ -21,6 +21,7 @@
- #ifndef hc8e31bb3_01a5_4422_84b8_64c017e18521
- #define hc8e31bb3_01a5_4422_84b8_64c017e18521
- 
-+#include <cstdlib>
- #include "../PrinterDriver.h"
- #include "MOCK_PrintEnvironment.h"
- 
-Index: dymo-cups-drivers-1.2.0/src/lw/tests/MOCK_LWLMPrintEnvironment.cpp
-===================================================================
---- dymo-cups-drivers-1.2.0.orig/src/lw/tests/MOCK_LWLMPrintEnvironment.cpp
-+++ dymo-cups-drivers-1.2.0/src/lw/tests/MOCK_LWLMPrintEnvironment.cpp
-@@ -20,6 +20,7 @@
- 
- #include "MOCK_LWLMPrintEnvironment.h"
- #include "../LabelWriterDriver.h"
-+#include <cassert>
- 
- static const byte TOF_BIT           = 0x02;
- static const byte ROLL_CHANGED_BIT  = 0x08;


             reply	other threads:[~2015-10-17 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-17 18:26 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-24 23:03 [gentoo-commits] repo/gentoo:master commit in: net-print/dymo-cups-drivers/files/, net-print/dymo-cups-drivers/ Robin H. Johnson

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=1445106398.dc651553cf0ae7be5ab248477eaff67873bc7c3e.mrueg@gentoo \
    --to=mrueg@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