jlec 15/06/06 11:03:32 Modified: metadata.xml ChangeLog Log: Add github to remote-id in metadata.xml (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 dev-haskell/esqueleto/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 25 Jul 2014 08:58:58 -0000 1.2 +++ metadata.xml 6 Jun 2015 11:03:32 -0000 1.3 @@ -10,16 +10,16 @@ While @persistent@ is a nice library for storing and retrieving records, currently it has a poor interface for SQL backends - compared to SQL itself. For example, it's extremely hard to do + compared to SQL itself. For example, it's extremely hard to do a type-safe @JOIN@ on a many-to-one relation, and simply impossible to do any other kinds of @JOIN@s (including for the very common many-to-many relations). Users have the option of - writing raw SQL, but that's error prone and not type-checked. + writing raw SQL, but that's error prone and not type-checked. @esqueleto@ is a bare bones, type-safe EDSL for SQL queries that works with unmodified @persistent@ SQL backends. Its - language closely resembles SQL, so (a) you don't have to learn - new concepts, just new syntax, and (b) it's fairly easy to + language closely resembles SQL, so (a) you don't have to learn + new concepts, just new syntax, and (b) it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write @@ -31,8 +31,11 @@ you need anything that is not covered by @esqueleto@ on <https://github.com/meteficha/esqueleto/>. - The name of this library means \"skeleton\" in Portuguese and + The name of this library means \"skeleton\" in Portuguese and contains all three SQL letters in the correct order =). It was - inspired by Scala's Squeryl but created from scratch. + inspired by Scala's Squeryl but created from scratch. </longdescription> + <upstream> + <remote-id type="github">prowdsponsor/esqueleto</remote-id> + </upstream> </pkgmetadata> 1.7 dev-haskell/esqueleto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/esqueleto/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 5 Apr 2015 01:12:14 -0000 1.6 +++ ChangeLog 6 Jun 2015 11:03:32 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/esqueleto # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/ChangeLog,v 1.6 2015/04/05 01:12:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/esqueleto/ChangeLog,v 1.7 2015/06/06 11:03:32 jlec Exp $ + + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add github to remote-id in metadata.xml *esqueleto-2.1.2.2 (05 Apr 2015)
