diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-13 23:48:48 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-13 23:48:48 +0000 |
commit | 1aba7ba2e5c2a59eff3db6fa68283ee9f5430277 (patch) | |
tree | 0e3d1adc0cb41301957a69b8272a0cac0362637f /dev-haskell/cpphs | |
parent | Removing older version, both versions are ~arch and new version fixes bug 110933 (diff) | |
download | historical-1aba7ba2e5c2a59eff3db6fa68283ee9f5430277.tar.gz historical-1aba7ba2e5c2a59eff3db6fa68283ee9f5430277.tar.bz2 historical-1aba7ba2e5c2a59eff3db6fa68283ee9f5430277.zip |
Eliminate a warning. (The haskell-cabal eclass doesn't grok "bin" yet)
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/Manifest | 10 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.1.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index ba2603b67a48..848df48a444f 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.3 2006/02/11 02:08:18 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.4 2006/02/13 23:48:48 dcoutts Exp $ + + 13 Feb 2006; <duncan@gentoo.org> cpphs-1.1.ebuild: + Eliminate a warning. (The haskell-cabal eclass doesn't grok "bin" yet) *cpphs-1.1 (11 Feb 2006) diff --git a/dev-haskell/cpphs/Manifest b/dev-haskell/cpphs/Manifest index 349e223bc45d..f1ea980f20d2 100644 --- a/dev-haskell/cpphs/Manifest +++ b/dev-haskell/cpphs/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3921eef31ea88b027b6d9fada4fa6089 ChangeLog 512 +MD5 b51084566370df6e0579f75cb12c98c7 ChangeLog 639 MD5 b639f0a17952f639d1a33290dd54be26 cpphs-0.9.ebuild 702 -MD5 04aa2a17a6791b0a4325697b7efb65af cpphs-1.1.ebuild 605 +MD5 32d3804abc8ac63840f5d7727ebdc4de cpphs-1.1.ebuild 602 MD5 3a51c6c77b72752e0b6f90ed408e5a83 files/digest-cpphs-0.9 60 MD5 b8ec0f30ac784811f6810f4c73d192c6 files/digest-cpphs-1.1 60 MD5 5cf11c08544b065d0144e11273f0000d metadata.xml 223 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD7Uck/B0cxt+cq+wRAolaAJ9FeBF4dSSjhN4XLi6aHmadXRXYdgCfSwG3 -upVA9FO1llO2ucazTcK8JUo= -=HcNm +iD8DBQFD8Rrn/B0cxt+cq+wRAp4RAJ0e/82YmuQn9fo8sSILIWqtyxgACQCgj6ux +ALJjB6+pERA+llOmdwEEIos= +=mMXM -----END PGP SIGNATURE----- diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild index 1c092d2de446..745b5e5f7709 100644 --- a/dev-haskell/cpphs/cpphs-1.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.1 2006/02/11 02:08:18 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.2 2006/02/13 23:48:48 dcoutts Exp $ -CABAL_FEATURES="bin" +CABAL_FEATURES="" inherit eutils haskell-cabal DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" |