diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-02 10:41:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-02 10:41:51 +0000 |
commit | c5bad8b99e64d7cf11f69a7dfa3ba6babdf7e6f2 (patch) | |
tree | 76a01657fbd9c135c543cad1a8c32de9b2863d27 | |
parent | Version bump. (diff) | |
download | gentoo-2-c5bad8b99e64d7cf11f69a7dfa3ba6babdf7e6f2.tar.gz gentoo-2-c5bad8b99e64d7cf11f69a7dfa3ba6babdf7e6f2.tar.bz2 gentoo-2-c5bad8b99e64d7cf11f69a7dfa3ba6babdf7e6f2.zip |
Removed old.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
-rw-r--r-- | dev-haskell/hinotify/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.ebuild | 18 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-haskell/hinotify/ChangeLog b/dev-haskell/hinotify/ChangeLog index e9bb77b4339e..2f26a57a892f 100644 --- a/dev-haskell/hinotify/ChangeLog +++ b/dev-haskell/hinotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hinotify -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.2 2009/12/15 22:49:54 kolmodin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.3 2011/08/02 10:41:51 slyfox Exp $ + + 02 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -hinotify-0.3.ebuild: + Removed old. *hinotify-0.3.1 (15 Dec 2009) diff --git a/dev-haskell/hinotify/hinotify-0.3.ebuild b/dev-haskell/hinotify/hinotify-0.3.ebuild deleted file mode 100644 index 34894e9aaf9e..000000000000 --- a/dev-haskell/hinotify/hinotify-0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.ebuild,v 1.1 2009/11/26 21:24:10 kolmodin Exp $ - -CABAL_FEATURES="lib haddock profile" -inherit haskell-cabal - -DESCRIPTION="Haskell binding to INotify" -HOMEPAGE="http://haskell.org/~kolmodin/code/hinotify/README.html" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6.1" -RDEPEND=">=dev-lang/ghc-6.6.1" |