From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-955499-garchives=archives.gentoo.org@lists.gentoo.org> 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 AB75E139694 for <garchives@archives.gentoo.org>; Wed, 14 Jun 2017 21:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D83021C0F3; Wed, 14 Jun 2017 21:15:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF9D321C0B2 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 21:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C76034189E for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 21:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 104647486 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jun 2017 21:15:52 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1497474945.c60b13976e658b435a9b98258b458b4fe09e3562.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/regex-compat/regex-compat-0.95.1.ebuild X-VCS-Directories: dev-haskell/regex-compat/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c60b13976e658b435a9b98258b458b4fe09e3562 X-VCS-Branch: master Date: Wed, 14 Jun 2017 21:15:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cf81d2c-8870-46e2-95ac-25cd5b9ef056 X-Archives-Hash: 1bbb890d1cd70c386cd276fb105ac818 commit: c60b13976e658b435a9b98258b458b4fe09e3562 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 21:05:44 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 21:15:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60b1397 dev-haskell/regex-compat: drop old Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../regex-compat/regex-compat-0.95.1.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild deleted file mode 100644 index 1df64be19ae..00000000000 --- a/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="Replaces/Enhances Text.Regex" -HOMEPAGE="https://sourceforge.net/projects/lazy-regex" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-haskell/regex-base-0.93[profile?] - >=dev-haskell/regex-posix-0.95.1[profile?] - >=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2"