From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3493139085 for ; Sun, 15 Jan 2017 16:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F9D23408D; Sun, 15 Jan 2017 16:45:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9259523408D for ; Sun, 15 Jan 2017 16:44:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3EF0341027 for ; Sun, 15 Jan 2017 16:44:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB686281F for ; Sun, 15 Jan 2017 16:44:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1484498660.7500220e0cfd686277196f3d2b7ea28c999149cd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmime/gmime-2.6.20-r2.ebuild dev-libs/gmime/gmime-2.6.20.ebuild X-VCS-Directories: dev-libs/gmime/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7500220e0cfd686277196f3d2b7ea28c999149cd X-VCS-Branch: master Date: Sun, 15 Jan 2017 16:44:51 +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: e7d53f77-3da0-4ef4-872d-c896ab30e1c6 X-Archives-Hash: 1a68fc969de3748eb9ec604a14b405a0 commit: 7500220e0cfd686277196f3d2b7ea28c999149cd Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 15 16:14:55 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 15 16:44:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7500220e dev-libs/gmime: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/gmime/gmime-2.6.20-r2.ebuild | 71 ----------------------------------- dev-libs/gmime/gmime-2.6.20.ebuild | 70 ---------------------------------- 2 files changed, 141 deletions(-) diff --git a/dev-libs/gmime/gmime-2.6.20-r2.ebuild b/dev-libs/gmime/gmime-2.6.20-r2.ebuild deleted file mode 100644 index 9d51d74..00000000 --- a/dev-libs/gmime/gmime-2.6.20-r2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit eutils mono-env gnome2 vala - -DESCRIPTION="Utilities for creating and parsing messages using MIME" -HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime/stable/" - -SLOT="2.6" -LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc mono smime static-libs vala" - -RDEPEND=" - >=dev-libs/glib-2.18:2 - sys-libs/zlib - mono? ( - dev-lang/mono - >=dev-dotnet/glib-sharp-2.4.0:2 ) - smime? ( >=app-crypt/gpgme-1.1.6 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.8 - virtual/pkgconfig - doc? ( app-text/docbook-sgml-utils ) - mono? ( dev-dotnet/gtk-sharp-gapi:2 ) - vala? ( - $(vala_depend) - >=dev-libs/gobject-introspection-1.30.0 ) -" - -pkg_setup() { - use mono && mono-env_pkg_setup -} - -src_prepare() { - gnome2_src_prepare - use vala && vala_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --enable-cryptography \ - --disable-strict-parser \ - $(use_enable mono) \ - $(use_enable smime) \ - $(use_enable static-libs static) \ - $(use_enable vala) -} - -src_compile() { - MONO_PATH="${S}" gnome2_src_compile - if use doc; then - emake -C docs/tutorial html - fi -} - -src_install() { - GACUTIL_FLAGS="/root '${ED}/usr/$(get_libdir)' /gacdir '${EPREFIX}/usr/$(get_libdir)' /package ${PN}" \ - gnome2_src_install - - if use doc ; then - docinto tutorial - dodoc docs/tutorial/html/* - fi -} diff --git a/dev-libs/gmime/gmime-2.6.20.ebuild b/dev-libs/gmime/gmime-2.6.20.ebuild deleted file mode 100644 index b0e7c0a..00000000 --- a/dev-libs/gmime/gmime-2.6.20.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" - -inherit eutils mono-env gnome2 vala - -DESCRIPTION="Utilities for creating and parsing messages using MIME" -HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmime/stable/" - -SLOT="2.6" -LICENSE="LGPL-2.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc mono static-libs vala" - -RDEPEND=" - >=dev-libs/glib-2.18:2 - sys-libs/zlib - >=app-crypt/gpgme-1.1.6 - mono? ( - dev-lang/mono - >=dev-dotnet/glib-sharp-2.4.0:2 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.8 - virtual/pkgconfig - doc? ( app-text/docbook-sgml-utils ) - mono? ( dev-dotnet/gtk-sharp-gapi:2 ) - vala? ( - $(vala_depend) - >=dev-libs/gobject-introspection-1.30.0 ) -" - -pkg_setup() { - use mono && mono-env_pkg_setup -} - -src_prepare() { - gnome2_src_prepare - use vala && vala_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --enable-cryptography \ - --disable-strict-parser \ - $(use_enable mono) \ - $(use_enable static-libs static) \ - $(use_enable vala) -} - -src_compile() { - MONO_PATH="${S}" gnome2_src_compile - if use doc; then - emake -C docs/tutorial html - fi -} - -src_install() { - GACUTIL_FLAGS="/root '${ED}/usr/$(get_libdir)' /gacdir '${EPREFIX}/usr/$(get_libdir)' /package ${PN}" \ - gnome2_src_install - - if use doc ; then - docinto tutorial - dodoc docs/tutorial/html/* - fi -}