diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-15 08:52:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-15 08:52:04 +0000 |
commit | 9f3f17b027eaf6fe335a77793f3f8948a58b8314 (patch) | |
tree | f36bce28eeb712279701e93a7d4a3f3a4a8c967f /games-board | |
parent | dev-perl/PDL-2.4.5 is gone (diff) | |
download | historical-9f3f17b027eaf6fe335a77793f3f8948a58b8314.tar.gz historical-9f3f17b027eaf6fe335a77793f3f8948a58b8314.tar.bz2 historical-9f3f17b027eaf6fe335a77793f3f8948a58b8314.zip |
Match description of pysol
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pysolfc/Manifest | 2 | ||||
-rw-r--r-- | games-board/pysolfc/pysolfc-2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-board/pysolfc/Manifest b/games-board/pysolfc/Manifest index 21a629367684..8acfac4eee6c 100644 --- a/games-board/pysolfc/Manifest +++ b/games-board/pysolfc/Manifest @@ -1,5 +1,5 @@ DIST PySolFC-2.0.tar.bz2 4208776 RMD160 ea846061cdf2630257322b2e9eb7289b71d47705 SHA1 7a11aa04b3f5147396c8b5011228094c10ddc257 SHA256 dbcb8e7e6d0479c230745a2be91c0c9b9e8524407cd2075f2dae144e5d441b6c DIST PySolFC-Cardsets-2.0.tar.bz2 30687905 RMD160 a51c2e1ef0276a4bb9783ae880a731b9e30bebc4 SHA1 cbf26b7e282c242a2080dfd06e3847abbaf67303 SHA256 c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7 -EBUILD pysolfc-2.0.ebuild 1759 RMD160 612afa7ae86e4f0ee50a0343547481025ee9aa4d SHA1 1ff79e99d0d930e95df91ae0ec9310e8dfcd6e57 SHA256 bf69ae3f9f040436919147d6f0f12f38d8f53cc21fc0c6d90410fbbb99b86199 +EBUILD pysolfc-2.0.ebuild 1769 RMD160 953c431c73ea9e81cbd51cefb2d043e55e9038b9 SHA1 649f6a27f56163cf8df8747c452bbc112b29e671 SHA256 f3c9a31da0f62f7c77dfc190714eeaa1210cee2da4edf65ca9eb58498eceb9f1 MISC ChangeLog 553 RMD160 b95d057d590f770f98f454de65088dbd68cff670 SHA1 9f947fdf25c41cd9405323195201b12c6d039cb0 SHA256 05eca5232356acb07b3714778fded8872e3dec6259e1a6256ae81e018c7e342b MISC metadata.xml 321 RMD160 997cd3e212ca8a6a04fe3a2115ef92b1531e755c SHA1 144dc25f3e96c7ce37d89ba0d003240efde690e4 SHA256 7a0166ac42f4253898e83c09a83bf60d5ba19f57e8c6d565e162b93335a02935 diff --git a/games-board/pysolfc/pysolfc-2.0.ebuild b/games-board/pysolfc/pysolfc-2.0.ebuild index e817af6af0c9..c362a5953db2 100644 --- a/games-board/pysolfc/pysolfc-2.0.ebuild +++ b/games-board/pysolfc/pysolfc-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.4 2010/03/07 21:45:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0.ebuild,v 1.5 2010/03/15 08:52:04 ssuominen Exp $ EAPI=2 @@ -12,7 +12,7 @@ inherit distutils eutils games MY_PN=PySolFC SOL_URI="mirror://sourceforge/${PN}" -DESCRIPTION="A collection of more than 1000 solitaire card games" +DESCRIPTION="An exciting collection of more than 1000 solitaire card games" HOMEPAGE="http://pysolfc.sourceforge.net/" SRC_URI="${SOL_URI}/${MY_PN}-${PV}.tar.bz2 extra-cardsets? ( ${SOL_URI}/${MY_PN}-Cardsets-${PV}.tar.bz2 )" |