From f26af60305a08d45e884c09a27c132ecea51c827 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 22 Apr 2011 09:07:20 +0000 Subject: Automated version bump. Remove old snapshots (Portage version: 2.2.0_alpha30/cvs/Linux x86_64) --- x11-libs/libfm/ChangeLog | 8 ++- x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild | 86 -------------------------- x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild | 86 ++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 87 deletions(-) delete mode 100644 x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild create mode 100644 x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild (limited to 'x11-libs') diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 0af62084ed01..32b8806d8a5d 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.37 2011/04/11 10:51:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.38 2011/04/22 09:07:20 hwoarang Exp $ + +*libfm-0.1.15_pre20110422 (22 Apr 2011) + + 22 Apr 2011; Markos Chandras + -libfm-0.1.15_pre20110216.ebuild, +libfm-0.1.15_pre20110422.ebuild: + Automated version bump. Remove old snapshots 11 Apr 2011; Markos Chandras libfm-9999.ebuild: Fix tests on live ebuild. Bug #356029 diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild deleted file mode 100644 index 98441fe28352..000000000000 --- a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2011 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_pre20110216.ebuild,v 1.5 2011/04/11 07:25:16 hwoarang Exp $ - -EAPI=2 - -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" - inherit autotools git - SRC_URI="" -else - inherit autotools - SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - KEYWORDS="~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 )" -DEPEND="${COMMON_DEPEND} - doc? ( - dev-util/gtk-doc - dev-util/gtk-doc-am - ) - >=dev-util/intltool-0.40 - dev-util/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_pre20110422.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild new file mode 100644 index 000000000000..5e38c9c7db6d --- /dev/null +++ b/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2011 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.1 2011/04/22 09:07:20 hwoarang Exp $ + +EAPI=2 + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" + inherit autotools git + SRC_URI="" +else + inherit autotools + SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" + KEYWORDS="~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 )" +DEPEND="${COMMON_DEPEND} + doc? ( + dev-util/gtk-doc + dev-util/gtk-doc-am + ) + >=dev-util/intltool-0.40 + dev-util/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 +} -- cgit v1.2.3-65-gdbad