From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8678513877A for ; Fri, 25 Jul 2014 09:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D40AE1A37; Fri, 25 Jul 2014 09:16:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E344E1A37 for ; Fri, 25 Jul 2014 09:16:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5E18340226 for ; Fri, 25 Jul 2014 09:16:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 6FEBB20057; Fri, 25 Jul 2014 09:16:45 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/tasty-th: tasty-th-0.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tasty-th-0.1.2.ebuild ChangeLog X-VCS-Directories: dev-haskell/tasty-th X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140725091645.6FEBB20057@flycatcher.gentoo.org> Date: Fri, 25 Jul 2014 09:16:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb2ccf79-4c53-4884-8b39-0e21ae0622a5 X-Archives-Hash: 1a5210d7f7b55051156225c78c92965c slyfox 14/07/25 09:16:45 Modified: tasty-th-0.1.2.ebuild ChangeLog Log: Drop trailing '.' from description. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.2 dev-haskell/tasty-th/tasty-th-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild?r1=1.1&r2=1.2 Index: tasty-th-0.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tasty-th-0.1.2.ebuild 2 Jul 2014 14:44:15 -0000 1.1 +++ tasty-th-0.1.2.ebuild 25 Jul 2014 09:16:45 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild,v 1.1 2014/07/02 14:44:15 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/tasty-th-0.1.2.ebuild,v 1.2 2014/07/25 09:16:45 slyfox Exp $ EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell." +DESCRIPTION="Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell" HOMEPAGE="http://github.com/bennofs/tasty-th" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" 1.3 dev-haskell/tasty-th/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-th/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 25 Jul 2014 08:59:37 -0000 1.2 +++ ChangeLog 25 Jul 2014 09:16:45 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/tasty-th # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/ChangeLog,v 1.2 2014/07/25 08:59:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-th/ChangeLog,v 1.3 2014/07/25 09:16:45 slyfox Exp $ + + 25 Jul 2014; Sergei Trofimovich tasty-th-0.1.2.ebuild: + Drop trailing '.' from description. 25 Jul 2014; Sergei Trofimovich metadata.xml: Drop redundant '' field, leave only ''.