diff options
author | 2009-12-13 07:09:17 +0000 | |
---|---|---|
committer | 2009-12-13 07:09:17 +0000 | |
commit | 82667f46d1c8fc19f73328dc6d0a215c675c36c8 (patch) | |
tree | 216c8fffc41beda33bcd88ade8cfb6e4d14ae5bb /dev-haskell/filepath | |
parent | Note that bug #296700 tracks EAPI 3 implementation. (diff) | |
download | gentoo-2-82667f46d1c8fc19f73328dc6d0a215c675c36c8.tar.gz gentoo-2-82667f46d1c8fc19f73328dc6d0a215c675c36c8.tar.bz2 gentoo-2-82667f46d1c8fc19f73328dc6d0a215c675c36c8.zip |
fix DESCRIPTION (bug #296699)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index 454a8116fef9..1a8cf860c68f 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.18 2009/08/01 15:32:54 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.19 2009/12/13 07:09:17 mr_bones_ Exp $ + + 13 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org> + filepath-1.1.0.0.ebuild, filepath-1.1.0.2.ebuild: + fix DESCRIPTION (bug #296699) *filepath-1.1.0.2 (01 Aug 2009) diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild index 8c1e92b72ba0..68fc8f36db08 100644 --- a/dev-haskell/filepath/filepath-1.1.0.0.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.0.ebuild,v 1.6 2009/08/01 15:32:54 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.7 2009/12/13 07:09:17 mr_bones_ Exp $ CABAL_FEATURES="haddock lib profile" 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/projects/libraries.php" SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" 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" |