diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:32:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:32:35 +0000 |
commit | b443c8835f493f189c8c2d479e4915f1ecc79309 (patch) | |
tree | 5ab224b690a7e9d734a7dae964b3b7eced5eab6e /sci-astronomy | |
parent | QA: Use full atoms for best_version, has_version and built_with_use queries. (diff) | |
download | historical-b443c8835f493f189c8c2d479e4915f1ecc79309.tar.gz historical-b443c8835f493f189c8c2d479e4915f1ecc79309.tar.bz2 historical-b443c8835f493f189c8c2d479e4915f1ecc79309.zip |
QA: Use best_version instead of portageq best_version.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/Manifest | 14 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.3.2.ebuild | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sci-astronomy/celestia/Manifest b/sci-astronomy/celestia/Manifest index a2aa4662ec47..1a8f651ab887 100644 --- a/sci-astronomy/celestia/Manifest +++ b/sci-astronomy/celestia/Manifest @@ -2,15 +2,15 @@ Hash: SHA1 MD5 78b99dfa4ce3dcba6aa3f2ffb5c338da ChangeLog 5655 -MD5 1b55bd73a1313e288a88762af6cd0fb7 metadata.xml 330 -MD5 92c724e4f51028e93753f2833dc7bd17 celestia-1.3.2.ebuild 3112 -MD5 f96a6eb019a59bf1a643b96c43657af8 files/resmanager.h.patch 893 +MD5 0bef0a97c670c1822c789c91f480a2d3 celestia-1.3.2.ebuild 3093 MD5 f659f2616eeaaa4d3b6422e586d2bfa2 files/celestia-1.3.2-noarts.patch 3566 MD5 d4ff8e51fb3a546279e7442cf24e07d7 files/digest-celestia-1.3.2 68 +MD5 f96a6eb019a59bf1a643b96c43657af8 files/resmanager.h.patch 893 +MD5 1b55bd73a1313e288a88762af6cd0fb7 metadata.xml 330 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFBzHNCI1lqEGTUzyQRAmigAJ9DmjrVUz6WELvNczt1S6CCL5iRHgCfVweF -xnMjzB7no0TIqKvVHsxkw4M= -=y2NQ +iD8DBQFC1SYbI1lqEGTUzyQRAqmsAJ42p0cBwPMcyOf6nJLyVm76ESE2hQCcC+sT +r4ybPkp+MLPnK2l7eaN4Bsk= +=Ermd -----END PGP SIGNATURE----- diff --git a/sci-astronomy/celestia/celestia-1.3.2.ebuild b/sci-astronomy/celestia/celestia-1.3.2.ebuild index a426c41e12a8..fc23cbc66655 100644 --- a/sci-astronomy/celestia/celestia-1.3.2.ebuild +++ b/sci-astronomy/celestia/celestia-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.1 2004/12/24 03:44:58 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.3.2.ebuild,v 1.2 2005/07/13 14:32:35 swegener Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -42,7 +42,7 @@ pkg_setup() { fi # Get X11 implementation - X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" |