diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-21 07:33:03 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-21 07:33:03 +0000 |
commit | c841e4b225b48feff66ff7bac336c84a6e2cfb43 (patch) | |
tree | 315974876687c8e2ee7a35dc0c8ef973cbf13d6a | |
parent | Clean up patches. EAPI bump. (diff) | |
download | gentoo-2-c841e4b225b48feff66ff7bac336c84a6e2cfb43.tar.gz gentoo-2-c841e4b225b48feff66ff7bac336c84a6e2cfb43.tar.bz2 gentoo-2-c841e4b225b48feff66ff7bac336c84a6e2cfb43.zip |
Old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | app-text/xchm/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xchm/xchm-1.21.ebuild | 52 | ||||
-rw-r--r-- | app-text/xchm/xchm-1.22.ebuild | 52 |
3 files changed, 5 insertions, 105 deletions
diff --git a/app-text/xchm/ChangeLog b/app-text/xchm/ChangeLog index f651c2a30c71..bbddabd89b2e 100644 --- a/app-text/xchm/ChangeLog +++ b/app-text/xchm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xchm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xchm/ChangeLog,v 1.33 2014/08/10 18:36:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xchm/ChangeLog,v 1.34 2014/08/21 07:33:03 jer Exp $ + + 21 Aug 2014; Jeroen Roovers <jer@gentoo.org> -xchm-1.21.ebuild, + -xchm-1.22.ebuild: + Old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> xchm-1.21.ebuild, xchm-1.22.ebuild, xchm-1.23.ebuild: diff --git a/app-text/xchm/xchm-1.21.ebuild b/app-text/xchm/xchm-1.21.ebuild deleted file mode 100644 index 562ac7c63c71..000000000000 --- a/app-text/xchm/xchm-1.21.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xchm/xchm-1.21.ebuild,v 1.5 2014/08/10 18:36:37 slyfox Exp $ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit eutils fdo-mime flag-o-matic wxwidgets - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="http://xchm.sourceforge.net/" -SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="nls" -DEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:2.8[X]" -RDEPEND=${DEPEND} - -src_configure() { - append-flags -fno-strict-aliasing - econf ${myconf} \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS README ChangeLog - - cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm - rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm - rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} diff --git a/app-text/xchm/xchm-1.22.ebuild b/app-text/xchm/xchm-1.22.ebuild deleted file mode 100644 index 68c261de1c91..000000000000 --- a/app-text/xchm/xchm-1.22.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xchm/xchm-1.22.ebuild,v 1.2 2014/08/10 18:36:37 slyfox Exp $ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit eutils fdo-mime flag-o-matic wxwidgets - -DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" -HOMEPAGE="http://xchm.sourceforge.net/" -SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="nls" -DEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:2.8[X]" -RDEPEND=${DEPEND} - -src_configure() { - append-flags -fno-strict-aliasing - econf ${myconf} \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS README ChangeLog - - cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm - rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm - rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} |