commit:     4da741ecc060e4273390c6c9d20314677f19f44d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 11:37:54 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:44:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da741ec

x11-libs/libfm: remove old

Package-Manager: portage-2.2.27

 x11-libs/libfm/Manifest               |   3 -
 x11-libs/libfm/libfm-0.1.17-r1.ebuild |  67 -------------------
 x11-libs/libfm/libfm-1.1.4.ebuild     | 119 ---------------------------------
 x11-libs/libfm/libfm-1.2.2.1.ebuild   | 122 ----------------------------------
 x11-libs/libfm/libfm-1.2.3.ebuild     | 120 ---------------------------------
 5 files changed, 431 deletions(-)

diff --git a/x11-libs/libfm/Manifest b/x11-libs/libfm/Manifest
index 2b986b4..7361d3d 100644
--- a/x11-libs/libfm/Manifest
+++ b/x11-libs/libfm/Manifest
@@ -1,4 +1 @@
-DIST libfm-0.1.17.tar.gz 874556 SHA256 
1740681cff4cd4c5a2eaa9805d8898269cfb6a49a0bda0acb242def15bc7131b SHA512 
83d62e78c68f5a212dc464774f4ac9a965f58741b9cc31bf6599c7304e0fde668edd99e33a2f9d19d2c342483d92ed36031c388c92c858c55217e47b5c8ba044
 WHIRLPOOL 
c55471431e4130cf96412cf4943e993954139c319dd5434f1d718d9c0609a12bde3dbb8e43b889bb4cefd300e5073b59b4b8fe6eeb732d87d52d8a9d536733b4
-DIST libfm-1.1.4.tar.xz 699080 SHA256 
8512c22b89d11e9c0f6044feeb72a96ac542116012c29cc8dbc287476223ee60 SHA512 
66d586703a47e537a4f0b3c077facdc22df5226bc4f6462d4f01c1f95af00ccc6d39f49b08a92976b4f53cc42aef282bb16044c29049f0a415ac9f46426ec94c
 WHIRLPOOL 
ec9176418be358ba2f9706e41b8eab6496cb9ccea4c431b1f7aad0d64ff1c97249c4da5b6acacf58956cb54b22920bdc659d1ff462bfdb17ec438cdc4957b644
-DIST libfm-1.2.2.1.tar.xz 894092 SHA256 
dbb0a3f7fd9615cccf4ad8ed1a07591535712d00eede03e5bd564090b33a4329 SHA512 
fcbd89748c033a7d237462081cac5d1c2d7c11167f06674f766ef7f74590e7f35e5828c5a5056c31d30b4d50aedf5cb0dd1c2811d8d7b9a432af2e51a6d545d1
 WHIRLPOOL 
2bf2f7a717d11537bd0c5e477c73ed010cf4ae3e6dc8e4317db62a8a55f356026d87dda801512c4af6605258fb4b7509e5f2dbe3de7105af97fea33e18a7d20c
 DIST libfm-1.2.3.tar.xz 898256 SHA256 
c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9 SHA512 
f4c214daffc47f05ba31c65203ab0542a03f5a246ea4bb62b6b365ac3fa120a1a51e37b00f8a43afe56875eb69f9be327ac724dafb6fc2de13aa77deea23f443
 WHIRLPOOL 
ae5354c5ef5154ebce8a9124b47e0a645171d50d4034fd1e6000ff084acc15261398029c58b067b9027d4ba68d36d8addf91a28678c91a3fbd9ce0806e9b6046

diff --git a/x11-libs/libfm/libfm-0.1.17-r1.ebuild 
b/x11-libs/libfm/libfm-0.1.17-r1.ebuild
deleted file mode 100644
index 0e4e592..0000000
--- a/x11-libs/libfm/libfm-0.1.17-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils fdo-mime
-
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz";
-
-KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug examples udev"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
-       >=x11-libs/gtk+-2.16:2
-       udev? ( dev-libs/dbus-glib )
-       >=lxde-base/menu-cache-0.3.2"
-RDEPEND="${COMMON_DEPEND}
-       x11-misc/shared-mime-info
-       udev? ( sys-fs/udisks:0 )"
-DEPEND="${COMMON_DEPEND}
-       dev-util/gtk-doc-am
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-src_prepare() {
-       sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed"
-       sed -i -e '/^[[:space:]]*docs/d' -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: 
-g::" \
-               configure.ac || die "sed failed"
-       #Remove -Werror for automake-1.12. Bug #421101
-       sed -i "s:-Werror::" configure.ac || die
-       # Bug 409939
-       epatch "${FILESDIR}"/${P}-ssp-fix.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}/etc" \
-               --disable-dependency-tracking \
-               --disable-static \
-               $(use_enable udev udisks) \
-               $(use_enable examples demo) \
-               $(use_enable debug) \
-               # Documentation fails to build at the moment
-               # $(use_enable doc gtk-doc) \
-               # $(use_enable doc gtk-doc-html) \
-               --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -exec rm -f '{}' +
-}
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-}

diff --git a/x11-libs/libfm/libfm-1.1.4.ebuild 
b/x11-libs/libfm/libfm-1.1.4.ebuild
deleted file mode 100644
index c571eb1..0000000
--- a/x11-libs/libfm/libfm-1.1.4.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools fdo-mime vala
-
-MY_PV=${PV/_/}
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.xz";
-
-KEYWORDS="~alpha amd64 arm ~mips ppc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0/4.7.1" #copy ABI_VERSION because it seems upstream change it randomly
-IUSE="+automount debug doc examples udisks vala"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
-       >=x11-libs/gtk+-2.16:2
-       >=lxde-base/menu-cache-0.3.2:="
-RDEPEND="${COMMON_DEPEND}
-       x11-misc/shared-mime-info
-       automount? (
-               udisks? ( || (
-                       gnome-base/gvfs[udev,udisks]
-                       gnome-base/gvfs[udev,gdu]
-               ) )
-               !udisks? ( gnome-base/gvfs[udev] )
-       )"
-DEPEND="${COMMON_DEPEND}
-       vala? ( $(vala_depend) )
-       doc? (
-               dev-util/gtk-doc
-       )
-       app-arch/xz-utils
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-S="${WORKDIR}"/${MY_P}
-
-REQUIRED_USE="udisks? ( automount )"
-
-src_prepare() {
-       if ! use doc; then
-               sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed 
failed"
-               sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed"
-       fi
-       sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" \
-               configure.ac || die "sed failed"
-
-       #disable unused translations. Bug #356029
-       for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
-               progress;do
-               echo "data/ui/"${trans}.ui >> po/POTFILES.in
-       done
-       #Remove -Werror for automake-1.12. Bug #421101
-       sed -i "s:-Werror::" configure.ac || die
-
-       # subslot sanity check
-       local sub_slot=${SLOT#*/}
-       local libfm_major_abi=$(sed -rne '/ABI_VERSION/s:.*=::p' 
src/Makefile.am | tr ':' '.')
-
-       if [[ ${sub_slot} != ${libfm_major_abi} ]]; then
-               eerror "Ebuild sub-slot (${sub_slot}) does not match 
ABI_VERSION(${libfm_major_abi})"
-               eerror "Please update SLOT variable as follows:"
-               eerror "    SLOT=\"${SLOT%%/*}/${libfm_major_abi}\""
-               eerror
-               die "sub-slot sanity check failed"
-       fi
-
-       eautoreconf
-       rm -r autom4te.cache || die
-       use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
-}
-
-src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}/etc" \
-               --disable-dependency-tracking \
-               --disable-static \
-               $(use_enable examples demo) \
-               $(use_enable debug) \
-               $(use_enable udisks) \
-               $(use_enable vala actions) \
-               $(use_enable doc gtk-doc) \
-               --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -exec rm -f '{}' +
-       # Sometimes a directory is created instead of a symlink. No idea why...
-       # It is wrong anyway. We expect a libfm-1.0 directory and then a libfm
-       # symlink to it.
-       if [[ -h ${D}/usr/include/${PN} || -d ${D}/usr/include/${PN} ]]; then
-               rm -r "${D}"/usr/include/${PN}
-       fi
-}
-
-pkg_preinst() {
-       # Resolve the symlink mess. Bug #439570
-       [[ -d "${ROOT}"/usr/include/${PN} ]] && \
-               rm -rf "${ROOT}"/usr/include/${PN}
-       if [[ -d "${D}"/usr/include/${PN}-1.0 ]]; then
-               cd "${D}"/usr/include
-               ln -s --force ${PN}-1.0 ${PN}
-       fi
-}
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-}

diff --git a/x11-libs/libfm/libfm-1.2.2.1.ebuild 
b/x11-libs/libfm/libfm-1.2.2.1.ebuild
deleted file mode 100644
index 5ad2f8e..0000000
--- a/x11-libs/libfm/libfm-1.2.2.1.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools fdo-mime vala
-
-MY_PV=${PV/_/}
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.xz";
-
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0/4.2.0" #copy ABI_VERSION because it seems upstream change it randomly
-IUSE="+automount debug doc examples exif udisks vala"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
-       >=x11-libs/gtk+-2.16:2
-       >=lxde-base/menu-cache-0.3.2:="
-RDEPEND="${COMMON_DEPEND}
-       !lxde-base/lxshortcut
-       x11-misc/shared-mime-info
-       automount? (
-               udisks? ( || (
-                       gnome-base/gvfs[udev,udisks]
-                       gnome-base/gvfs[udev,gdu]
-               ) )
-               !udisks? ( gnome-base/gvfs[udev] )
-       )
-       exif? ( media-libs/libexif )"
-DEPEND="${COMMON_DEPEND}
-       vala? ( $(vala_depend) )
-       doc? (
-               dev-util/gtk-doc
-       )
-       app-arch/xz-utils
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-S="${WORKDIR}"/${MY_P}
-
-REQUIRED_USE="udisks? ( automount )"
-
-src_prepare() {
-       if ! use doc; then
-               sed -ie '/^SUBDIR.*=/s#docs##' "${S}"/Makefile.am || die "sed 
failed"
-               sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed"
-       fi
-       sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" \
-               configure.ac || die "sed failed"
-
-       #disable unused translations. Bug #356029
-       for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
-               progress;do
-               echo "data/ui/"${trans}.ui >> po/POTFILES.in
-       done
-       #Remove -Werror for automake-1.12. Bug #421101
-       sed -i "s:-Werror::" configure.ac || die
-
-       # subslot sanity check
-       local sub_slot=${SLOT#*/}
-       local libfm_major_abi=$(sed -rne '/ABI_VERSION/s:.*=::p' 
src/Makefile.am | tr ':' '.')
-
-       if [[ ${sub_slot} != ${libfm_major_abi} ]]; then
-               eerror "Ebuild sub-slot (${sub_slot}) does not match 
ABI_VERSION(${libfm_major_abi})"
-               eerror "Please update SLOT variable as follows:"
-               eerror "    SLOT=\"${SLOT%%/*}/${libfm_major_abi}\""
-               eerror
-               die "sub-slot sanity check failed"
-       fi
-
-       eautoreconf
-       rm -r autom4te.cache || die
-       use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
-}
-
-src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}/etc" \
-               --disable-dependency-tracking \
-               --disable-static \
-               $(use_enable examples demo) \
-               $(use_enable exif) \
-               $(use_enable debug) \
-               $(use_enable udisks) \
-               $(use_enable vala actions) \
-               $(use_enable doc gtk-doc) \
-               --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -exec rm -f '{}' +
-       # Sometimes a directory is created instead of a symlink. No idea why...
-       # It is wrong anyway. We expect a libfm-1.0 directory and then a libfm
-       # symlink to it.
-       if [[ -h ${D}/usr/include/${PN} || -d ${D}/usr/include/${PN} ]]; then
-               rm -r "${D}"/usr/include/${PN}
-       fi
-}
-
-pkg_preinst() {
-       # Resolve the symlink mess. Bug #439570
-       [[ -d "${ROOT}"/usr/include/${PN} ]] && \
-               rm -rf "${ROOT}"/usr/include/${PN}
-       if [[ -d "${D}"/usr/include/${PN}-1.0 ]]; then
-               cd "${D}"/usr/include
-               ln -s --force ${PN}-1.0 ${PN}
-       fi
-}
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-}

diff --git a/x11-libs/libfm/libfm-1.2.3.ebuild 
b/x11-libs/libfm/libfm-1.2.3.ebuild
deleted file mode 100644
index 2ab36ca..0000000
--- a/x11-libs/libfm/libfm-1.2.3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools fdo-mime vala
-
-MY_PV=${PV/_/}
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.xz";
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0/4.3.0" #copy ABI_VERSION because it seems upstream change it randomly
-IUSE="+automount debug doc examples exif gtk udisks vala"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
-       gtk? ( >=x11-libs/gtk+-2.16:2 )
-       >=lxde-base/menu-cache-0.3.2:="
-RDEPEND="${COMMON_DEPEND}
-       !lxde-base/lxshortcut
-       x11-misc/shared-mime-info
-       automount? (
-               udisks? ( gnome-base/gvfs[udev,udisks] )
-               !udisks? ( gnome-base/gvfs[udev] )
-       )
-       exif? ( media-libs/libexif )"
-DEPEND="${COMMON_DEPEND}
-       vala? ( $(vala_depend) )
-       doc? (
-               dev-util/gtk-doc
-       )
-       app-arch/xz-utils
-       >=dev-util/intltool-0.40
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-S="${WORKDIR}"/${MY_P}
-
-REQUIRED_USE="udisks? ( automount ) doc? ( gtk )"
-
-src_prepare() {
-       if ! use doc; then
-               sed -ie '/^SUBDIR.*=/s#docs##' "${S}"/Makefile.am || die "sed 
failed"
-               sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed"
-       fi
-       sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" \
-               configure.ac || die "sed failed"
-
-       #disable unused translations. Bug #356029
-       for trans in app-chooser ask-rename exec-file file-prop preferred-apps \
-               progress;do
-               echo "data/ui/"${trans}.ui >> po/POTFILES.in
-       done
-       #Remove -Werror for automake-1.12. Bug #421101
-       sed -i "s:-Werror::" configure.ac || die
-
-       # subslot sanity check
-       local sub_slot=${SLOT#*/}
-       local libfm_major_abi=$(sed -rne '/ABI_VERSION/s:.*=::p' 
src/Makefile.am | tr ':' '.')
-
-       if [[ ${sub_slot} != ${libfm_major_abi} ]]; then
-               eerror "Ebuild sub-slot (${sub_slot}) does not match 
ABI_VERSION(${libfm_major_abi})"
-               eerror "Please update SLOT variable as follows:"
-               eerror "    SLOT=\"${SLOT%%/*}/${libfm_major_abi}\""
-               eerror
-               die "sub-slot sanity check failed"
-       fi
-
-       eautoreconf
-       rm -r autom4te.cache || die
-       use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
-}
-
-src_configure() {
-       econf \
-               --sysconfdir="${EPREFIX}/etc" \
-               --disable-dependency-tracking \
-               --disable-static \
-               $(use_enable examples demo) \
-               $(use_enable exif) \
-               $(use_enable debug) \
-               $(use_enable udisks) \
-               $(use_enable vala actions) \
-               $(use_with gtk) \
-               $(use_enable doc gtk-doc) \
-               --with-html-dir=/usr/share/doc/${PF}/html
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -exec rm -f '{}' +
-       # Sometimes a directory is created instead of a symlink. No idea why...
-       # It is wrong anyway. We expect a libfm-1.0 directory and then a libfm
-       # symlink to it.
-       if [[ -h ${D}/usr/include/${PN} || -d ${D}/usr/include/${PN} ]]; then
-               rm -r "${D}"/usr/include/${PN}
-       fi
-}
-
-pkg_preinst() {
-       # Resolve the symlink mess. Bug #439570
-       [[ -d "${ROOT}"/usr/include/${PN} ]] && \
-               rm -rf "${ROOT}"/usr/include/${PN}
-       if [[ -d "${D}"/usr/include/${PN}-1.0 ]]; then
-               cd "${D}"/usr/include
-               ln -s --force ${PN}-1.0 ${PN}
-       fi
-}
-
-pkg_postinst() {
-       fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-       fdo-mime_mime_database_update
-}

Reply via email to