diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 18:09:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-25 18:09:37 +0000 |
commit | 15472a3caa21212835e183a4836e44d5ff7a250d (patch) | |
tree | e6735f41fb14decd5638ac8385d112a059ce8bcb /sci-mathematics/jags | |
parent | depend virtual/jpeg (diff) | |
download | historical-15472a3caa21212835e183a4836e44d5ff7a250d.tar.gz historical-15472a3caa21212835e183a4836e44d5ff7a250d.tar.bz2 historical-15472a3caa21212835e183a4836e44d5ff7a250d.zip |
Marked ~amd64-linux and ~x86-linux, bug #355983
Package-Manager: portage-2.2.01.17901-prefix/cvs/Darwin powerpc
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/jags/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-2.2.0.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog index 2a40dc5a21dc..4889fb9b6932 100644 --- a/sci-mathematics/jags/ChangeLog +++ b/sci-mathematics/jags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/jags # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.1 2011/02/12 11:50:38 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.2 2011/02/25 18:09:37 grobian Exp $ + + 25 Feb 2011; Fabian Groffen <grobian@gentoo.org> jags-2.2.0.ebuild: + Marked ~amd64-linux and ~x86-linux, bug #355983 12 Feb 2011; Thomas Kahle <tomka@gentoo.org> +jags-2.2.0.ebuild, +metadata.xml: diff --git a/sci-mathematics/jags/Manifest b/sci-mathematics/jags/Manifest index 3c1af53cd891..bf0f7d68bba5 100644 --- a/sci-mathematics/jags/Manifest +++ b/sci-mathematics/jags/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST JAGS-2.2.0.tar.gz 1621102 RMD160 a8c56a3922d890f27111fea4fc088b408153a7f7 SHA1 83d381619f552830e3a6312a70969b46520cc7fe SHA256 6615207cc19463c6398a8c5d02bfc0e3a659928d7da928396f95a63409addd04 -EBUILD jags-2.2.0.ebuild 827 RMD160 c98ded1a3cc673f5360df1eba09f719ea0428f0c SHA1 03f8ca72744ba2adce14891c43ec3950f5f2326e SHA256 991bf6ebcda5064f44de8b4078ddd4571e416f5a9733d146873a15430197311d -MISC ChangeLog 574 RMD160 e1028f3fd1c8dbe0c65702904e8ee4eb55c26d5e SHA1 c6f480e085368a743d085a2a194e879fbf197337 SHA256 f51404e55ad6759815f2230238f55d6cc4da251676493bcb58c0bce856150795 +EBUILD jags-2.2.0.ebuild 853 RMD160 d2822ddf158ec160ad2981e736129cf3735dd2e6 SHA1 3da22cd282789a69e1cbb54711c2fe5a557a99d8 SHA256 ae0387844e55d4bc468c569c6ce2e3652303eb9d4ff5659be21a5bb7a0f29ad8 +MISC ChangeLog 697 RMD160 3d0086d7959348c219db8f566f14a98afd5022d4 SHA1 4a93e16afa94603b4cfabc900e0d70908236c98c SHA256 ae890ca65337f5a7ccfbed3f5235939e9f7563e0df979bcbae66716acf89cb2c MISC metadata.xml 670 RMD160 324b5487e94bbf8ab5673a9e1ab96fa732e72554 SHA1 162946a6d7276a5d7be5dff141be6a23d93125be SHA256 4c66821b30a3d7a28f5cce74ad3ead7999ace229fd66d3ebccb278a7d244300f ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEARECAAYFAk1WdEUACgkQnZsgo/h8kNaTeACgqCTEUN4QPQhLTm9sw1N/UoL1 -ROkAoJChABbxDcRWNroiJhR/Px35eVY4 -=n88B ------END PGP SIGNATURE----- diff --git a/sci-mathematics/jags/jags-2.2.0.ebuild b/sci-mathematics/jags/jags-2.2.0.ebuild index f6d60b41af47..e9e5f81b37a0 100644 --- a/sci-mathematics/jags/jags-2.2.0.ebuild +++ b/sci-mathematics/jags/jags-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.1 2011/02/12 11:50:38 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.2 2011/02/25 18:09:37 grobian Exp $ -EAPI=2 +EAPI=3 inherit autotools-utils MYP="JAGS-${PV}" @@ -14,7 +14,7 @@ LICENSE="GPL-2" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="virtual/blas virtual/lapack" |