Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
naota committed Aug 8, 2010
0 parents commit db14dae
Show file tree
Hide file tree
Showing 83 changed files with 8,005 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*~
56 changes: 56 additions & 0 deletions app-admin/haskell-updater/ChangeLog
@@ -0,0 +1,56 @@
# ChangeLog for app-admin/haskell-updater
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.11 2010/07/20 13:26:30 josejx Exp $

20 Jul 2010; Joseph Jezak <josejx@gentoo.org>
haskell-updater-1.1.0.0.ebuild:
Marked ~ppc for bug #283531.

15 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskell-updater-1.1.0.0.ebuild:
Marked ~x86-fbsd. Tested by Naohiro Aota (naota at
freenode://#gentoo-haskell)

09 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskell-updater-0.9.1.0.ebuild, haskell-updater-1.1.0.0.ebuild:
marked ~ia64 (tested with ghc-6.10.4-r1 and with ghc-6.12.3)

07 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskell-updater-0.9.1.0.ebuild, haskell-updater-1.1.0.0.ebuild:
marked ~alpha (tested with ghc-6.10.4-r1 and with ghc-6.12.3)

29 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
haskell-updater-1.1.0.0.ebuild:
Remove some keywords until those arches have ghc-6.12.3 keyworded.

*haskell-updater-1.1.0.0 (13 Jun 2010)

13 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org>
-haskell-updater-1.0.0.0.ebuild, +haskell-updater-1.1.0.0.ebuild:
Version bump.

31 May 2010; Joseph Jezak <josejx@gentoo.org>
haskell-updater-0.9.1.0.ebuild, haskell-updater-1.0.0.0.ebuild:
Marked ~ppc.

*haskell-updater-1.0.0.0 (26 Jan 2010)

26 Jan 2010; <kolmodin@gentoo.org> +haskell-updater-1.0.0.0.ebuild:
Bump with a version that works with ghc 6.12.1.

16 Sep 2009; Lennart Kolmodin <kolmodin@gentoo.org>
haskell-updater-0.9.1.0.ebuild:
Add ~ppc64 keyword, as ghc 6.10.4 has (some) ppc64 support now.

*haskell-updater-0.9.1.0 (02 Aug 2009)

02 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org>
-haskell-updater-0.9.0.0-r2.ebuild, +haskell-updater-0.9.1.0.ebuild:
Version bump.

*haskell-updater-0.9.0.0-r2 (22 Jul 2009)

22 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> +metadata.xml,
+haskell-updater-0.9.0.0-r2.ebuild:
Initial import.

4 changes: 4 additions & 0 deletions app-admin/haskell-updater/Manifest
@@ -0,0 +1,4 @@
DIST haskell-updater-1.1.0.0.tar.gz 22691 RMD160 8db8459cdb5fbbc87920b42900c6b078897be883 SHA1 c1cbad81d25cc76ee8acac257ecf50f6b6cd542f SHA256 c22e8adca980f9f91a2b28771e830165ceef2f43cc9036c8ffe9f5c3f505f3fc
EBUILD haskell-updater-1.1.0.0.ebuild 852 RMD160 b8a69b2f63c1c746be7f099631ca8d7e4740d393 SHA1 18db040316f16c69b487e28dabac3bf552698314 SHA256 978793888fd103fce3aace4575bcb247d39c4ff0fa1465485078faa31c1c273a
MISC ChangeLog 2013 RMD160 bb33ca63248bdd9eec421570d1fa5e4ae1521186 SHA1 091b605f67882719151e28e8e8cd8b9933c08480 SHA256 66c48947ab88910d34c46f6cc8a03228bbe42057a4799eee3a97471f5aa963d9
MISC metadata.xml 223 RMD160 7783e6057effb8b8f0b79cffe8b557b32c633839 SHA1 7b962c77f2e38479a9d1621ec8d307ca9f761753 SHA256 1d00c8be162a6cb87b3de440b3e63e10b39c12d56e8fbfe592e75aed872b2508
34 changes: 34 additions & 0 deletions app-admin/haskell-updater/haskell-updater-1.1.0.0.ebuild
@@ -0,0 +1,34 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.1.0.0.ebuild,v 1.6 2010/07/20 13:26:30 josejx Exp $

CABAL_FEATURES="bin nocabaldep"
inherit haskell-cabal

DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86-macos"
IUSE=""

DEPEND="=dev-lang/ghc-6.12*"

# Need a lower version for portage to get --keep-going
RDEPEND="|| ( >=sys-apps/portage-2.1.6
sys-apps/pkgcore
sys-apps/paludis )"

src_compile() {
CABAL_CONFIGURE_FLAGS="--bindir=/usr/sbin"

cabal_src_compile
}

src_install() {
cabal_src_install

dodoc TODO
}
8 changes: 8 additions & 0 deletions app-admin/haskell-updater/metadata.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
</pkgmetadata>
1 change: 1 addition & 0 deletions app-editors/emacs-vcs/Manifest
@@ -0,0 +1 @@
EBUILD emacs-vcs-24.0.9999.ebuild 10359 RMD160 9a5fae9ddde966e00ff23493b67018eb5166f9ff SHA1 284d96c4dc0b12ac58e0e39d5824d72c22a202da SHA256 c2fc1e7b851135e2fd21a4b39b2091380e558d863be79a4afaa7853d50dbe93b

0 comments on commit db14dae

Please sign in to comment.