From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sam2p/
Date: Sun, 10 Nov 2019 02:08:12 +0000 (UTC) [thread overview]
Message-ID: <1573351087.a8b6dee02fef255ca173d81da79260bc660eed3f.bman@gentoo> (raw)
commit: a8b6dee02fef255ca173d81da79260bc660eed3f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 01:58:07 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 01:58:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b6dee0
media-gfx/sam2p: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-gfx/sam2p/Manifest | 2 --
media-gfx/sam2p/sam2p-0.49.1.ebuild | 43 -------------------------------------
media-gfx/sam2p/sam2p-0.49.2.ebuild | 42 ------------------------------------
3 files changed, 87 deletions(-)
diff --git a/media-gfx/sam2p/Manifest b/media-gfx/sam2p/Manifest
index 7f9a9680fca..b141a11da73 100644
--- a/media-gfx/sam2p/Manifest
+++ b/media-gfx/sam2p/Manifest
@@ -1,3 +1 @@
-DIST sam2p-0.49.1.tar.gz 562304 BLAKE2B 57d14c9cc4f68e118a96a17420a3aaaa41351b301144eee7786b41443d0f6e0eba93cd31ed10491fe04371a6c51d70eee9ce55d53df2fa10c05ef6445aac9286 SHA512 58565fdcb7c450ad23c2971b70f0362dbf4ecfd8c4dedf19c25b56fc98c8799696c6ecf75d47650bc3b21f88b8454d7c4e6b206f7c0ae0e5de35d608262c1220
-DIST sam2p-0.49.2.tar.gz 562733 BLAKE2B 607264776db1d735ba09d2cebe0b569a2d2f837de9647eca1b495057b366d91d3ed0df6e219beecee7bc0da2805c659e73055ddc5842970914728ababdd14e40 SHA512 8e4d629df192381bddf8468687c6a41d459b70788a5e9defc68d5497f855cbae838f2f6f924237b17e4a8e6fbf982fb2709615c8fb1d9c8cec5ec7ecf91ec6ce
DIST sam2p-0.49.3.tar.gz 2184864 BLAKE2B 47d3ce6384c344f66e564ea9f70e89e311540c1bbaf640a70cec2830347b3767aa79d525d25c12cfc2aecc61aca676239b99b345fc7e6bb2edfac7c60bd8d674 SHA512 9e9c91a2cd692e49bf73e7c197a0fcbe7df96c685636d1d00456eb8b4b847de3f4848d9bb3d9246340c479c62900ddd4e0a248257aa5e6ec6e16683c5dad54f8
diff --git a/media-gfx/sam2p/sam2p-0.49.1.ebuild b/media-gfx/sam2p/sam2p-0.49.1.ebuild
deleted file mode 100644
index 033f7e06288..00000000000
--- a/media-gfx/sam2p/sam2p-0.49.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Utility to convert raster images to EPS, PDF and many others"
-HOMEPAGE="https://github.com/pts/sam2p"
-SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="examples gif"
-
-RDEPEND=""
-DEPEND="dev-lang/perl"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-0.45-fbsd.patch \
- "${FILESDIR}"/${PN}-0.49.1-build.patch \
- "${FILESDIR}"/${PN}-0.49.1-gcc48.patch \
- "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch
- eautoreconf
- tc-export CXX
-}
-
-src_configure() {
- econf --enable-lzw $(use_enable gif)
-}
-
-src_install() {
- dobin sam2p
- dodoc README
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}
diff --git a/media-gfx/sam2p/sam2p-0.49.2.ebuild b/media-gfx/sam2p/sam2p-0.49.2.ebuild
deleted file mode 100644
index b8d4582c1bd..00000000000
--- a/media-gfx/sam2p/sam2p-0.49.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Utility to convert raster images to EPS, PDF and many others"
-HOMEPAGE="https://github.com/pts/sam2p"
-SRC_URI="https://github.com/pts/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="examples gif"
-
-RDEPEND=""
-DEPEND="dev-lang/perl"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-0.45-fbsd.patch \
- "${FILESDIR}"/${PN}-0.49.1-build.patch \
- "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch
- eautoreconf
- tc-export CXX
-}
-
-src_configure() {
- econf --enable-lzw $(use_enable gif)
-}
-
-src_install() {
- dobin sam2p
- dodoc README
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
- fi
-}
next reply other threads:[~2019-11-10 10:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-10 2:08 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-09 7:29 [gentoo-commits] repo/gentoo:master commit in: media-gfx/sam2p/ Sam James
2021-08-05 14:02 Yixun Lan
2020-10-15 22:21 Sergei Trofimovich
2020-10-13 10:01 Agostino Sarubbo
2020-10-11 23:39 Sam James
2020-10-11 17:48 Sam James
2018-01-01 0:46 Jonas Stein
2017-12-03 18:45 Sergei Trofimovich
2017-06-30 7:26 Sergei Trofimovich
2017-06-25 7:23 Markus Meier
2017-06-21 12:17 Agostino Sarubbo
2017-06-20 5:17 Agostino Sarubbo
2017-06-20 5:07 Agostino Sarubbo
2017-06-17 11:11 Alexis Ballier
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=1573351087.a8b6dee02fef255ca173d81da79260bc660eed3f.bman@gentoo \
--to=bman@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