diff options
author | Mark Wright <gienah@gentoo.org> | 2015-04-04 07:34:27 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-04-04 07:34:27 +0000 |
commit | 6007b57e62e98cf78ba37ab88ee9084d04dddb7c (patch) | |
tree | 0d141f8acad985970cbebc33c70ead13c2190e57 /dev-haskell | |
parent | Bump texmath to 0.8.0.2 (diff) | |
download | gentoo-2-6007b57e62e98cf78ba37ab88ee9084d04dddb7c.tar.gz gentoo-2-6007b57e62e98cf78ba37ab88ee9084d04dddb7c.tar.bz2 gentoo-2-6007b57e62e98cf78ba37ab88ee9084d04dddb7c.zip |
Bump tar to 0.4.1.0
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/tar/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/tar/tar-0.4.1.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/tar/ChangeLog b/dev-haskell/tar/ChangeLog index 5024164ab796..ca00eeaf145b 100644 --- a/dev-haskell/tar/ChangeLog +++ b/dev-haskell/tar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/tar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.23 2014/07/25 09:16:33 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.24 2015/04/04 07:34:27 gienah Exp $ + +*tar-0.4.1.0 (04 Apr 2015) + + 04 Apr 2015; Mark Wright <gienah@gentoo.org> +tar-0.4.1.0.ebuild: + Bump tar to 0.4.1.0 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> tar-0.3.1.0.ebuild, tar-0.3.2.0.ebuild, tar-0.4.0.1.ebuild: diff --git a/dev-haskell/tar/tar-0.4.1.0.ebuild b/dev-haskell/tar/tar-0.4.1.0.ebuild new file mode 100644 index 000000000000..c154e7aa1974 --- /dev/null +++ b/dev-haskell/tar/tar-0.4.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/tar-0.4.1.0.ebuild,v 1.1 2015/04/04 07:34:27 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Reading, writing and manipulating ".tar" archive files" +HOMEPAGE="http://hackage.haskell.org/package/tar" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-macos" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |