commit:     f0cfc3dffae8c995c38f6f2f7e915cb8b714b178
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 04:44:16 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 04:44:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cfc3df

media-libs/libmtp: dropped obsolete 1.1.19

Bug: https://bugs.gentoo.org/862624
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libmtp/libmtp-1.1.19.ebuild | 80 ----------------------------------
 1 file changed, 80 deletions(-)

diff --git a/media-libs/libmtp/libmtp-1.1.19.ebuild 
b/media-libs/libmtp/libmtp-1.1.19.ebuild
deleted file mode 100644
index cb54789a908f..000000000000
--- a/media-libs/libmtp/libmtp-1.1.19.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit udev
-
-if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="https://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 ~riscv x86"
-fi
-
-DESCRIPTION="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="
-       acct-group/plugdev
-       virtual/libiconv
-       virtual/libusb:1
-       crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       >sys-devel/gettext-0.18.3
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
-       default
-
-       # ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
-       rm ChangeLog || die
-
-       if [[ ${PV} == 9999* ]]; then
-               if [[ -e /usr/share/gettext/config.rpath ]]; then
-                       cp /usr/share/gettext/config.rpath . || die
-               else
-                       touch config.rpath || die # This is from upstream 
autogen.sh
-               fi
-               eautoreconf
-       fi
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable crypt mtpz)
-               $(use_enable doc doxygen)
-               $(use_enable static-libs static)
-               --with-udev="$(get_udevdir)"
-               --with-udev-group=plugdev
-               --with-udev-mode=0660
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       find "${ED}" -name "*.la" -delete || die
-
-       if use examples; then
-               docinto examples
-               dodoc examples/*.{c,h,sh}
-       fi
-}
-
-pkg_postinst() {
-       udev_reload
-}
-
-pkg_postrm() {
-       udev_reload
-}

Reply via email to