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: media-gfx/gphoto2/
Date: Sat,  5 Sep 2015 17:06:44 +0000 (UTC)	[thread overview]
Message-ID: <1441472794.26b087f2f6cc905460e74b3c394ef7ad16fd25fb.pacho@gentoo> (raw)

commit:     26b087f2f6cc905460e74b3c394ef7ad16fd25fb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 17:06:10 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 17:06:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b087f2

media-gfx/gphoto2: Drop old

Package-Manager: portage-2.2.20.1

 media-gfx/gphoto2/Manifest             |  1 -
 media-gfx/gphoto2/gphoto2-2.5.5.ebuild | 58 ----------------------------------
 2 files changed, 59 deletions(-)

diff --git a/media-gfx/gphoto2/Manifest b/media-gfx/gphoto2/Manifest
index e74a1d0..cf7316f 100644
--- a/media-gfx/gphoto2/Manifest
+++ b/media-gfx/gphoto2/Manifest
@@ -1,3 +1,2 @@
-DIST gphoto2-2.5.5.tar.bz2 751227 SHA256 54e9aea97d926bfd7ffbe3b91fcf239ce58be0833df2938a385a67fdcadd14b4 SHA512 542653b5285df2941b971e7f158c6fddebddbe42525f5f7dfcb9ad69007568e8c7f60e49f220823aaa0b93fd4ba35b47e3b81ac222a3e666b98f7f01d905ef19 WHIRLPOOL 3f1d8ae18525c262623da24202c56a902ce74644e35efe6e2a7dc4d0ba5f4afeb46e6806820807885b4099614d8fa9f3f5fd059dacc934ea119d7bbe542a2d73
 DIST gphoto2-2.5.6.tar.bz2 756926 SHA256 55e5ec8b2bba4ed358f15eda466f61c79d6f75c220237f821ac687a3ceb336e8 SHA512 8877a87f624c9036f3409e78e9f28cccea2bcb8218d7d46636f19c7576a7480ab0d2fabd0a486b3f75e1be7db93f5121dd90ce806a772963f49f7a0c409ffba1 WHIRLPOOL 28be1adce983b6029cb1c781cbc3f45e1f1bce50085d0bce67c2015eddb10deb24ab55096d76928499af4db4eab0d0fc0a7e7bc9b3fd64a1530a403aad3ae3fc
 DIST gphoto2-2.5.8.tar.bz2 777235 SHA256 a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d SHA512 87230aa3a6cd897da38a3f8ed11b82076a98ec5ef9fa63927b5d390b2381ce3cee9d620a2a16cbab901f22db8eb97508523ea790a9195e7c833bbcfe4a265afa WHIRLPOOL f98e183e0ccb1aee4df14ff08beecb0ec2cc271c85667ad0528e5275d3944716be50d261f4f03ddcc379e4c9cd85fac418b55a8d0f63b089e957a6a7ec97335d

diff --git a/media-gfx/gphoto2/gphoto2-2.5.5.ebuild b/media-gfx/gphoto2/gphoto2-2.5.5.ebuild
deleted file mode 100644
index 146ea40..0000000
--- a/media-gfx/gphoto2/gphoto2-2.5.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit autotools
-
-DESCRIPTION="Free, redistributable digital camera software application"
-HOMEPAGE="http://www.gphoto.org/"
-SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE="aalib exif ncurses nls readline"
-
-# aalib -> needs libjpeg
-RDEPEND="
-	dev-libs/popt
-	>=media-libs/libgphoto2-2.5.4[exif?]
-	aalib? (
-		media-libs/aalib
-		virtual/jpeg:0 )
-	exif? (	media-libs/libexif )
-	ncurses? ( dev-libs/cdk )
-	readline? ( sys-libs/readline )
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? ( >=sys-devel/gettext-0.14.1 )
-"
-
-src_prepare() {
-	# Leave GCC debug builds under user control
-	sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \
-		-i configure{.ac,} || die
-	eautoreconf
-}
-
-src_configure() {
-	CPPFLAGS="-I/usr/include/cdk" econf \
-		--docdir=/usr/share/doc/${PF} \
-		$(use_with aalib) \
-		$(use_with aalib jpeg) \
-		$(use_with exif libexif auto) \
-		$(use_with ncurses cdk) \
-		$(use_enable nls) \
-		$(use_with readline)
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
-		install
-
-	dodoc ChangeLog NEWS* README AUTHORS
-	rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
-}


             reply	other threads:[~2015-09-05 17:07 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-05 17:06 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-05 17:06 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/ Pacho Ramos
2015-09-16  8:43 Tobias Klausmann
2015-09-20  6:11 Jeroen Roovers
2015-09-28  4:44 Jeroen Roovers
2015-10-18 11:29 Mikle Kolyada
2015-11-12 11:07 Agostino Sarubbo
2016-01-04 23:14 Gilles Dartiguelongue
2016-03-06 20:12 Mikle Kolyada
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-30 21:25 Pacho Ramos
2016-06-07  7:03 Tobias Klausmann
2016-07-30  9:34 Jeroen Roovers
2016-07-30 11:18 Jeroen Roovers
2016-09-17 17:33 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2017-02-21  9:16 Tobias Klausmann
2017-02-24 14:07 Agostino Sarubbo
2017-03-16 13:24 Jeroen Roovers
2017-03-28 16:14 Mart Raudsepp
2017-08-27 17:57 Gilles Dartiguelongue
2017-09-15 15:38 Tobias Klausmann
2017-09-29 23:05 Thomas Deutschmann
2017-09-30  4:52 Sergei Trofimovich
2017-09-30  6:30 Sergei Trofimovich
2017-10-25 21:31 Sergei Trofimovich
2017-10-30 22:26 Mart Raudsepp
2017-11-02 10:28 Manuel RĂ¼ger
2017-12-06 22:34 Sergei Trofimovich
2018-01-20 18:05 Mart Raudsepp
2018-01-23  8:24 Gilles Dartiguelongue
2018-04-26 17:15 Thomas Deutschmann
2018-04-26 22:32 Aaron Bauman
2018-04-28 16:36 Sergei Trofimovich
2018-05-14 14:11 Tobias Klausmann
2018-05-29 12:29 Mikle Kolyada
2018-11-24 13:36 Sergei Trofimovich
2019-01-16  7:15 Sergei Trofimovich
2019-01-16 22:36 Mart Raudsepp
2019-03-09 19:18 Thomas Deutschmann
2019-03-10 15:21 Mikle Kolyada
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 22:55 Sergei Trofimovich
2019-05-03 13:42 Mikle Kolyada
2019-06-05 20:22 Andreas Sturmlechner
2020-08-05  1:03 Sam James
2021-03-12  8:01 Mikle Kolyada
2021-04-01 16:44 Thomas Deutschmann
2021-04-13 15:00 Sam James
2021-04-19  2:39 Matt Turner
2021-05-28 19:20 Sam James
2021-05-29  6:09 Sam James
2021-05-29  9:02 Sam James
2021-05-29 15:27 Sam James
2022-01-10 21:30 Matt Turner
2022-03-08  9:35 Sam James
2022-03-09 12:49 Sam James
2022-03-09 15:39 Sam James
2022-10-01 23:09 Sam James
2022-10-14  2:10 Sam James
2023-05-02 19:02 Arthur Zamarin
2023-05-02 19:16 Sam James
2023-05-03  3:53 Sam James
2023-05-04 16:31 Arthur Zamarin
2024-12-20  5:50 Sam James

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=1441472794.26b087f2f6cc905460e74b3c394ef7ad16fd25fb.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