diff options
author | 2012-02-12 01:16:31 +0000 | |
---|---|---|
committer | 2012-02-12 01:16:31 +0000 | |
commit | f414435febecc00920320da461c60c7f03efe4b4 (patch) | |
tree | ef40b33b02683569364d95a7a247de52b74e5ab8 /app-dicts | |
parent | www-misc/abloadtool: Remove svn:executable property. (diff) | |
download | sunrise-reviewed-f414435febecc00920320da461c60c7f03efe4b4.tar.gz sunrise-reviewed-f414435febecc00920320da461c60c7f03efe4b4.tar.bz2 sunrise-reviewed-f414435febecc00920320da461c60c7f03efe4b4.zip |
app-dicts/orayta-books: Add missing newline at EOF.
(Portage version: 2.2.0_alpha85/svn/Linux x86_64, unsigned Manifest commit)
svn path=/sunrise/; revision=12750
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/orayta-books/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/orayta-books/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/orayta-books/orayta-books-0.02_p16.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-dicts/orayta-books/ChangeLog b/app-dicts/orayta-books/ChangeLog index a1b4a13fc..d21c0943a 100644 --- a/app-dicts/orayta-books/ChangeLog +++ b/app-dicts/orayta-books/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-dicts/orayta-books -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Feb 2012; Mike Gilbert <floppym@gentoo.org> orayta-books-0.02_p16.ebuild: + Add missing newline at EOF. + 17 Oct 2010; Binyamin Sagal (bsagal) <bensagal@gmail.com> +orayta-books-0.02_p16.ebuild, +metadata.xml: New Ebuild for bug 341015, thanks to tommy diff --git a/app-dicts/orayta-books/Manifest b/app-dicts/orayta-books/Manifest index a88b5925e..d5e2729f6 100644 --- a/app-dicts/orayta-books/Manifest +++ b/app-dicts/orayta-books/Manifest @@ -1,4 +1,4 @@ DIST orayta-books_0.02ubuntu16.tar.gz 45152493 RMD160 a24edfef776cf23de6ed116dc761a178c6207d0b SHA1 4de2730f24c6baa6bcbe2c29808777862b63ad10 SHA256 5f64040453f8553ec3a8bcf3193371f8f4de2d687bda3b248a479810561fc7ac -EBUILD orayta-books-0.02_p16.ebuild 609 RMD160 6a89a7015c55d44048782c89975f8411e3867f8f SHA1 8c077e3cfff6eefb7cfb9369e5fb9d4269df8605 SHA256 177abe39f0967ea123a329ec45b12da80a0f3b0a28f3e19681bd9ed707fd33c4 -MISC ChangeLog 277 RMD160 8452885a6b6f7357d32dbf2dc0e675211db2d0aa SHA1 e336211d7cc5b920e47407c6f4e1e99feddf7183 SHA256 59864e65640e56f66b03d1bb0083d65d4bcebf556b3e1752981d7fda2986c3fc +EBUILD orayta-books-0.02_p16.ebuild 610 RMD160 5435091a9658e765c7a64a766a72b5394d290b17 SHA1 ef44fb92ac28b1967fa3e3c8cd5744647b1146ba SHA256 77a195812f45987c42639a069208891c83b48a0e1e65842ec5cbb4927e88a849 +MISC ChangeLog 387 RMD160 17fa23b2983533bcbe2c893aea7fe136b7653270 SHA1 485ee248e7d2da997b2d34e3d6a3d77a4437cd69 SHA256 50ec80899344e684dd81cc2732f503a8db5ca40df48c0b98c95d629b46df4765 MISC metadata.xml 209 RMD160 184537d7a401571abe0e5cbf9258ba3947d19382 SHA1 f2ea13baedca19e24be6ed7c3e6b765f7ff67cba SHA256 b0f0595f625235a62d9d40753827ae160e42156371fd9568bd2779042517f5e8 diff --git a/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild b/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild index 2d0522229..79fe50081 100644 --- a/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild +++ b/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -19,4 +19,4 @@ S="${WORKDIR}/books" src_install() { emake DESTDIR="${D}" install || die "Install failed" -}
\ No newline at end of file +} |