diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-14 22:42:39 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-14 22:42:39 +0000 |
commit | f707140cab8c03f1911e71357f4e6754f7ea0f43 (patch) | |
tree | 4a04d15963feb082fee30c4acc9d66dc6b3af43d /sci-astronomy | |
parent | Fix Configure thanks to Keri Harris <harriskeri@mcs.vuw.ac.nz> in bug 94948 (diff) | |
download | historical-f707140cab8c03f1911e71357f4e6754f7ea0f43.tar.gz historical-f707140cab8c03f1911e71357f4e6754f7ea0f43.tar.bz2 historical-f707140cab8c03f1911e71357f4e6754f7ea0f43.zip |
Added >=media-libs/jpeg-6b to DEPEND, closes bug 118695.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/setiathome/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/setiathome/Manifest | 14 | ||||
-rw-r--r-- | sci-astronomy/setiathome/setiathome-4.18-r1.ebuild | 7 |
3 files changed, 21 insertions, 6 deletions
diff --git a/sci-astronomy/setiathome/ChangeLog b/sci-astronomy/setiathome/ChangeLog index 4e5ebca0c5bd..c0549b7d5eeb 100644 --- a/sci-astronomy/setiathome/ChangeLog +++ b/sci-astronomy/setiathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/setiathome # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.13 2006/01/04 22:38:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.14 2006/01/14 22:42:39 cryos Exp $ + + 14 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + setiathome-4.18-r1.ebuild: + Added >=media-libs/jpeg-6b to DEPEND, closes bug 118695. 04 Jan 2006; Olivier Fisette <ribosome@gentoo.org> -files/seti-conf.d-r1, -files/seti-init.d-r1, -files/setiathome-wrapper, diff --git a/sci-astronomy/setiathome/Manifest b/sci-astronomy/setiathome/Manifest index 239f5a451e2c..9628044bbf1a 100644 --- a/sci-astronomy/setiathome/Manifest +++ b/sci-astronomy/setiathome/Manifest @@ -1,5 +1,15 @@ -MD5 76a7c6835312be7990814238558fb3a3 ChangeLog 6947 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5c2fadc20c5d0593ab2a254e619e819c ChangeLog 7085 MD5 5d17f0de19d8a17b19630e964e6af47e files/app_info.xml 300 MD5 d603a47e7a13f3e48f03c355dce9de23 files/digest-setiathome-4.18-r1 165 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 2bfdbbc046ff0f8415ad73f6173f86c0 setiathome-4.18-r1.ebuild 1521 +MD5 a804bd4a6fd86778953094e7899b2618 setiathome-4.18-r1.ebuild 1542 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDyX6nntT9W3vfTuoRAjAVAJ4gkLshBj0Kb08ERMtUiAtn/KWKXgCgl8tB +KSpPSNcgGwPq2OK1C0BLRBs= +=ODUM +-----END PGP SIGNATURE----- diff --git a/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild b/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild index c59fb448fb00..59e704ac76f5 100644 --- a/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild +++ b/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild,v 1.2 2005/11/19 20:33:53 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18-r1.ebuild,v 1.3 2006/01/14 22:42:39 cryos Exp $ MY_PN="seti_boinc-client-cvs" MY_PV="2005-08-20" @@ -17,7 +17,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -DEPEND="~sci-misc/boinc-4.72.20050813" +DEPEND="~sci-misc/boinc-4.72.20050813 + >=media-libs/jpeg-6b" S=${WORKDIR}/seti_boinc |