diff options
author | 2009-12-13 07:09:17 +0000 | |
---|---|---|
committer | 2009-12-13 07:09:17 +0000 | |
commit | c7a45bc74b0c33b9f5f52d8b9dfcf702f5d9a3e9 (patch) | |
tree | 1922641d4371e3aa214a054c18cd3c9e158266a4 /dev-haskell/filepath/filepath-1.1.0.2.ebuild | |
parent | Note that bug #296700 tracks EAPI 3 implementation. (diff) | |
download | historical-c7a45bc74b0c33b9f5f52d8b9dfcf702f5d9a3e9.tar.gz historical-c7a45bc74b0c33b9f5f52d8b9dfcf702f5d9a3e9.tar.bz2 historical-c7a45bc74b0c33b9f5f52d8b9dfcf702f5d9a3e9.zip |
fix DESCRIPTION (bug #296699)
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.2.ebuild')
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild index f3f7813bb408..04760e747a39 100644 --- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.1 2009/08/01 15:32:54 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.2 2009/12/13 07:09:17 mr_bones_ Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal -DESCRIPTION="Library for manipulating FilePath's in a cross platform way." +DESCRIPTION="Library for manipulating FilePaths in a cross platform way." HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/filepath/" SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" |