summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-05-07 09:50:53 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-05-07 09:50:53 +0000
commit33bea70d42574cc69dcb8af1e7978f9dc72e0464 (patch)
tree83b11e10c0093bd6d79b7d440b607fb85bd57beb /x11-libs/libfm
parentUse mask hid on arches without libhid keyworded. (diff)
downloadgentoo-2-33bea70d42574cc69dcb8af1e7978f9dc72e0464.tar.gz
gentoo-2-33bea70d42574cc69dcb8af1e7978f9dc72e0464.tar.bz2
gentoo-2-33bea70d42574cc69dcb8af1e7978f9dc72e0464.zip
remove old
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r--x11-libs/libfm/ChangeLog7
-rw-r--r--x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild86
-rw-r--r--x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild86
-rw-r--r--x11-libs/libfm/libfm-0.1.16.ebuild63
4 files changed, 6 insertions, 236 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog
index 78832befaeb5..37774fe535ae 100644
--- a/x11-libs/libfm/ChangeLog
+++ b/x11-libs/libfm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.63 2012/05/05 03:52:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.64 2012/05/07 09:50:53 hwoarang Exp $
+
+ 07 May 2012; Markos Chandras <hwoarang@gentoo.org>
+ -libfm-0.1.15_pre20110422.ebuild, -libfm-0.1.15_pre20110614.ebuild,
+ -libfm-0.1.16.ebuild:
+ remove old
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libfm-0.1.12.ebuild,
libfm-0.1.15_pre20110422.ebuild, libfm-0.1.15_pre20110614.ebuild,
diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
deleted file mode 100644
index cb1f8d749059..000000000000
--- a/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v 1.10 2012/05/05 03:52:24 jdhore Exp $
-
-EAPI=2
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
- inherit autotools git-2
- SRC_URI=""
-else
- inherit autotools
- SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm ppc x86"
- S="${WORKDIR}"
-fi
-
-inherit fdo-mime
-
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug doc 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
- doc? (
- dev-util/gtk-doc
- )
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-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"
- else
- gtkdocize --copy || die
- fi
- intltoolize --force --copy --automake || die
- #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
- eautoreconf
-}
-
-src_configure() {
- econf \
- --sysconfdir=/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() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS TODO
-
- 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-0.1.15_pre20110614.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild
deleted file mode 100644
index b984444343ea..000000000000
--- a/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110614.ebuild,v 1.6 2012/05/05 03:52:24 jdhore Exp $
-
-EAPI=3
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
- inherit autotools git-2
- SRC_URI=""
-else
- inherit autotools
- SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-linux"
- S="${WORKDIR}"
-fi
-
-inherit fdo-mime
-
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug doc 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
- doc? (
- dev-util/gtk-doc
- )
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-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"
- else
- gtkdocize --copy || die
- fi
- intltoolize --force --copy --automake || die
- #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
- 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() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS TODO
-
- 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-0.1.16.ebuild b/x11-libs/libfm/libfm-0.1.16.ebuild
deleted file mode 100644
index 23ad207fe4c7..000000000000
--- a/x11-libs/libfm/libfm-0.1.16.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.16.ebuild,v 1.8 2012/05/05 03:52:24 jdhore Exp $
-
-EAPI=4
-
-inherit autotools fdo-mime
-
-DESCRIPTION="A library for file management"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~ppc x86 ~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::" \
- configure.ac || die "sed failed"
- 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
-}