summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2015-02-07 21:34:28 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2015-02-07 21:34:28 +0000
commitffd9d74b227659bba65b403fec34bd86ed347e32 (patch)
tree1ca78fd616157a304d886aa62ba8376c04711cb7 /dev-haskell/dbus
parentDrop 61_all_process_data.patch, fixes musl build, bug 539210. (diff)
downloadgentoo-2-ffd9d74b227659bba65b403fec34bd86ed347e32.tar.gz
gentoo-2-ffd9d74b227659bba65b403fec34bd86ed347e32.tar.bz2
gentoo-2-ffd9d74b227659bba65b403fec34bd86ed347e32.zip
dev-haskell/dbus: cleanup
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
Diffstat (limited to 'dev-haskell/dbus')
-rw-r--r--dev-haskell/dbus/ChangeLog6
-rw-r--r--dev-haskell/dbus/dbus-0.10.4.ebuild37
-rw-r--r--dev-haskell/dbus/dbus-0.10.6.ebuild34
-rw-r--r--dev-haskell/dbus/dbus-0.10.8.ebuild37
-rw-r--r--dev-haskell/dbus/dbus-0.10.9.ebuild37
5 files changed, 5 insertions, 146 deletions
diff --git a/dev-haskell/dbus/ChangeLog b/dev-haskell/dbus/ChangeLog
index 754a94d7e3c3..46c6c1e4a781 100644
--- a/dev-haskell/dbus/ChangeLog
+++ b/dev-haskell/dbus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/dbus
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/ChangeLog,v 1.26 2015/02/01 23:11:16 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/ChangeLog,v 1.27 2015/02/07 21:34:28 qnikst Exp $
+
+ 07 Feb 2015; Alexander Vershilov <qnikst@gentoo.org> -dbus-0.10.4.ebuild,
+ -dbus-0.10.6.ebuild, -dbus-0.10.8.ebuild, -dbus-0.10.9.ebuild:
+ dev-haskell/dbus: cleanup
*dbus-0.10.9.2 (01 Feb 2015)
diff --git a/dev-haskell/dbus/dbus-0.10.4.ebuild b/dev-haskell/dbus/dbus-0.10.4.ebuild
deleted file mode 100644
index f63d8dab1653..000000000000
--- a/dev-haskell/dbus/dbus-0.10.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.4.ebuild,v 1.12 2014/07/25 09:16:41 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A client library for the D-Bus IPC system"
-HOMEPAGE="https://john-millikin.com/software/haskell-dbus/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cereal-0.3.4:=[profile?]
- <dev-haskell/cereal-0.4:=[profile?]
- =dev-haskell/libxml-sax-0.7*:=[profile?]
- >=dev-haskell/network-2.2.3:=[profile?]
- >=dev-haskell/parsec-2.0:=[profile?]
- <dev-haskell/parsec-3.2:=[profile?]
- =dev-haskell/random-1.0*:=[profile?]
- >=dev-haskell/text-0.11.1.5:=[profile?]
- <dev-haskell/text-0.12:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?]
- <dev-haskell/vector-0.11:=[profile?]
- =dev-haskell/xml-types-0.3*:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/dbus/dbus-0.10.6.ebuild b/dev-haskell/dbus/dbus-0.10.6.ebuild
deleted file mode 100644
index a014d7c92625..000000000000
--- a/dev-haskell/dbus/dbus-0.10.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.6.ebuild,v 1.2 2014/07/25 09:16:41 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A client library for the D-Bus IPC system"
-HOMEPAGE="https://john-millikin.com/software/haskell-dbus/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cereal-0.3.4:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
- >=dev-haskell/libxml-sax-0.7:=[profile?] <dev-haskell/libxml-sax-0.8:=[profile?]
- >=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
- >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?]
- >=dev-haskell/text-0.11.1.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:=
- >=dev-haskell/network-2.2.3:=[profile?]
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6.0.3
-"
diff --git a/dev-haskell/dbus/dbus-0.10.8.ebuild b/dev-haskell/dbus/dbus-0.10.8.ebuild
deleted file mode 100644
index 600fe61031db..000000000000
--- a/dev-haskell/dbus/dbus-0.10.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.8.ebuild,v 1.3 2014/07/25 09:16:41 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A client library for the D-Bus IPC system"
-HOMEPAGE="https://john-millikin.com/software/haskell-dbus/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cereal-0.3.4:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
- >=dev-haskell/libxml-sax-0.7:=[profile?] <dev-haskell/libxml-sax-0.8:=[profile?]
- >=dev-haskell/network-2.2.3:=[profile?]
- >=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
- >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?]
- >=dev-haskell/text-0.11.1.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
- >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3
- >=dev-haskell/quickcheck-2.4 )
-"
diff --git a/dev-haskell/dbus/dbus-0.10.9.ebuild b/dev-haskell/dbus/dbus-0.10.9.ebuild
deleted file mode 100644
index 5084f2f60a99..000000000000
--- a/dev-haskell/dbus/dbus-0.10.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.9.ebuild,v 1.1 2014/12/16 14:00:25 qnikst Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A client library for the D-Bus IPC system"
-HOMEPAGE="https://john-millikin.com/software/haskell-dbus/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cereal-0.3.4:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
- >=dev-haskell/libxml-sax-0.7:=[profile?] <dev-haskell/libxml-sax-0.8:=[profile?]
- >=dev-haskell/network-2.2.3:=[profile?]
- >=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
- >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-2.0:=[profile?]
- >=dev-haskell/text-0.11.1.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
- >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
- >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3
- >=dev-haskell/quickcheck-2.4 )
-"