summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-03-05 23:10:14 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-03-05 23:10:14 +0000
commit187e11db5e6a6598cad9b17c235aba9a891799b2 (patch)
treee9e278506028b86e9bb3b9a2b05dddc7086444dc /dev-haskell
parentVersion bump and add native multilib support. Drop old. Update license. (diff)
downloadgentoo-2-187e11db5e6a6598cad9b17c235aba9a891799b2.tar.gz
gentoo-2-187e11db5e6a6598cad9b17c235aba9a891799b2.tar.bz2
gentoo-2-187e11db5e6a6598cad9b17c235aba9a891799b2.zip
Fix description (noticed by mrueg)
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hoauth2/ChangeLog5
-rw-r--r--dev-haskell/hoauth2/hoauth2-0.4.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hoauth2/ChangeLog b/dev-haskell/hoauth2/ChangeLog
index fe31e0b0cf7b..dcb2c4ed0850 100644
--- a/dev-haskell/hoauth2/ChangeLog
+++ b/dev-haskell/hoauth2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hoauth2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.1 2015/03/05 21:58:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.2 2015/03/05 23:10:14 slyfox Exp $
+
+ 05 Mar 2015; Sergei Trofimovich <slyfox@gentoo.org> hoauth2-0.4.5.ebuild:
+ Fix description (noticed by mrueg)
*hoauth2-0.4.5 (05 Mar 2015)
diff --git a/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild b/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild
index 025971f284bc..26f8eb479924 100644
--- a/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild
+++ b/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 1.1 2015/03/05 21:58:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.5.ebuild,v 1.2 2015/03/05 23:10:14 slyfox Exp $
EAPI=5
@@ -9,7 +9,7 @@ EAPI=5
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
-DESCRIPTION="hoauth2"
+DESCRIPTION="Haskell OAuth2 authentication"
HOMEPAGE="https://github.com/freizl/hoauth2"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"