commit:     6f1e2cbc661ad0cb03f4240a7c4abc75b3d39a79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 15:40:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 18:27:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1e2cbc

media-libs/libmtp: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/libmtp/Manifest             |  1 -
 media-libs/libmtp/libmtp-1.1.13.ebuild | 70 ----------------------------------
 2 files changed, 71 deletions(-)

diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest
index d1dc153a44d..cc861154df1 100644
--- a/media-libs/libmtp/Manifest
+++ b/media-libs/libmtp/Manifest
@@ -1,3 +1,2 @@
-DIST libmtp-1.1.13.tar.gz 801519 BLAKE2B 
f0452515f83d001a4e7a32528265d46814898fbaff5afd9a66c1a1fd85d78dae1b9ed9c057030849fd8fc0acec5f2ad012c0f098323d3596f6c38d5b01a9603a
 SHA512 
99d5a277806f29f1d27a64a478e344916e8bfc9949a41a807c16d37bd29ec99dc3f36d504cfc6e67f1e91ee932a7cf82f13d4c9fe14b7e34333d9b12b04fff77
 DIST libmtp-1.1.14.tar.gz 804354 BLAKE2B 
8a5ec431b3a3c1445b3ae62dd0f6ebee36a473ce3d7da07400263434d6e1be49624b8c807bce015f9e55d450f9e25eb2dcf0831c639b97e39cb900ac4d62f81c
 SHA512 
337d259462cf9700fe5a5f09b38f4652045ee71249d54562661362e6d0ec7fe087ab77ec68d443e4fb84839a8ad9dc686c207d723ab47bc1a542dd0a71b294b1
 DIST libmtp-1.1.15.tar.gz 805983 BLAKE2B 
f464c58a9844706ecc066a4a744b525ac6e8020ab80e35b01eab2813562ea1452deb5e6fb4477eb243b6631c24f8bc11887ec35279cb6cd89e1a459aca6b36cb
 SHA512 
c85f47ef4e05d7f5b47d06463ca97c123fa068c4b7369aeba496cb1cfa03f0148b3ba73feed7da96269ba94b76b4b81858ee4bda5af67b0aac3b07fe39b5354a

diff --git a/media-libs/libmtp/libmtp-1.1.13.ebuild 
b/media-libs/libmtp/libmtp-1.1.13.ebuild
deleted file mode 100644
index 515e227cee7..00000000000
--- a/media-libs/libmtp/libmtp-1.1.13.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils udev user
-
-if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
-       inherit autotools git-r3
-else
-       SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-       KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
-fi
-
-DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"
-HOMEPAGE="http://libmtp.sourceforge.net/";
-
-LICENSE="LGPL-2.1" # LGPL-2+ and LGPL-2.1+ ?
-SLOT="0/9" # Based on SONAME of libmtp shared library
-IUSE="+crypt doc examples static-libs"
-
-RDEPEND="virtual/libusb:1
-       crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS README TODO"
-
-pkg_setup() {
-       enewgroup plugdev
-}
-
-src_prepare() {
-       default
-
-       # ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
-       rm -f ChangeLog
-
-       if [[ ${PV} == 9999* ]]; then
-               local crpthf=config.rpath
-               local crpthd=/usr/share/gettext/${crpthf}
-               if has_version '>sys-devel/gettext-0.18.3' && [[ -e ${crpthd} 
]]; then
-                       cp "${crpthd}" .
-               else
-                       touch ${crpthf} # This is from upstream autogen.sh
-               fi
-               eautoreconf
-       fi
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable doc doxygen) \
-               $(use_enable crypt mtpz) \
-               --with-udev="$(get_udevdir)" \
-               --with-udev-group=plugdev \
-               --with-udev-mode=0660
-}
-
-src_install() {
-       default
-       prune_libtool_files --all
-
-       if use examples; then
-               docinto examples
-               dodoc examples/*.{c,h,sh}
-       fi
-}

Reply via email to