diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-01 21:13:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-01 21:13:39 +0000 |
commit | 51543c8fa4fe3f338e914811a88e2aee59f3caaf (patch) | |
tree | c82c74611f7769e206c8e1a5679123f0119a98a8 | |
parent | Version bump. (diff) | |
download | gentoo-2-51543c8fa4fe3f338e914811a88e2aee59f3caaf.tar.gz gentoo-2-51543c8fa4fe3f338e914811a88e2aee59f3caaf.tar.bz2 gentoo-2-51543c8fa4fe3f338e914811a88e2aee59f3caaf.zip |
Removed old.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.7.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index d42f697d139b..f79973322a71 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.24 2011/08/01 21:11:49 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.25 2011/08/01 21:13:39 slyfox Exp $ + + 01 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -cpphs-1.7.ebuild: + Removed old. *cpphs-1.12 (01 Aug 2011) diff --git a/dev-haskell/cpphs/cpphs-1.7.ebuild b/dev-haskell/cpphs/cpphs-1.7.ebuild deleted file mode 100644 index c3daa794f74f..000000000000 --- a/dev-haskell/cpphs/cpphs-1.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.7.ebuild,v 1.2 2010/07/24 18:10:59 slyfox Exp $ - -CABAL_FEATURES="bin lib profile haddock" -inherit haskell-cabal - -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." -HOMEPAGE="http://haskell.org/cpphs/" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/cabal" -RDEPEND="" - -src_install() { - cabal_src_install - dohtml docs/index.html - doman docs/cpphs.1 -} |