From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1D1CA1384B4 for ; Sun, 27 Dec 2015 16:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC36B21C009; Sun, 27 Dec 2015 16:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FA1721C009 for ; Sun, 27 Dec 2015 16:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BFE634070F for ; Sun, 27 Dec 2015 16:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A49B0732 for ; Sun, 27 Dec 2015 16:47:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1451234829.888c7651025ae448b2225af9338dd8c1bfb255b3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gelemental/gelemental-1.2.0.ebuild X-VCS-Directories: sci-chemistry/gelemental/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 888c7651025ae448b2225af9338dd8c1bfb255b3 X-VCS-Branch: master Date: Sun, 27 Dec 2015 16:47:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cf0d7b4-ca6e-4e65-9b5c-d63ccb8224ff X-Archives-Hash: 2541790efa7d2832e3c63ae167d40235 commit: 888c7651025ae448b2225af9338dd8c1bfb255b3 Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 27 16:37:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 27 16:47:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888c7651 sci-chemistry/gelemental: Drop old Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/gelemental/gelemental-1.2.0.ebuild | 51 ------------------------ 1 file changed, 51 deletions(-) diff --git a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0.ebuild deleted file mode 100644 index fe562c2..0000000 --- a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools-utils fdo-mime gnome2-utils eutils - -DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements" -HOMEPAGE="http://freecode.com/projects/gelemental/" -SRC_URI="http://www.kdau.com/files/${P}.tar.bz2" - -LICENSE="GPL-3 MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc static-libs" - -RDEPEND=" - dev-cpp/gtkmm:2.4 - dev-cpp/glibmm:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - dev-util/intltool - doc? ( app-doc/doxygen )" - -PATCHES=( - "${FILESDIR}"/${P}-gcc4.3.patch - "${FILESDIR}"/${P}-glib-2.32.patch - "${FILESDIR}"/${P}-doxygen.patch ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - local myeconfargs=( $(use_enable doc api-docs) ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install apidir="/usr/share/doc/${PF}/html" -} - -pkg_postinst() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update -}