diff options
author | 2010-10-16 16:42:22 +0000 | |
---|---|---|
committer | 2010-10-16 16:42:22 +0000 | |
commit | 28658ae8ddcf1f5c2c570f3922b46acc6aefecbf (patch) | |
tree | 1cedc163fdd71b33b79ed69136a047837912c50e /dev-python/pytrailer | |
parent | Version bump. Remove old ebuilds (diff) | |
download | historical-28658ae8ddcf1f5c2c570f3922b46acc6aefecbf.tar.gz historical-28658ae8ddcf1f5c2c570f3922b46acc6aefecbf.tar.bz2 historical-28658ae8ddcf1f5c2c570f3922b46acc6aefecbf.zip |
Update HOMEPAGE.
Package-Manager: portage-2.2_rc97_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pytrailer')
-rw-r--r-- | dev-python/pytrailer/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pytrailer/pytrailer-0.3.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/dev-python/pytrailer/Manifest b/dev-python/pytrailer/Manifest index 0584178ea688..f339bef5240a 100644 --- a/dev-python/pytrailer/Manifest +++ b/dev-python/pytrailer/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST pytrailer-0.3.tar.gz 1879 RMD160 2c39f28eabc409fcdff8579feee5f7892f66e8b2 SHA1 13029261ceffb015fa1c81921238e9850405894a SHA256 7d0d8a9361893f7b3fc1a955c763d5df888b4368377585dae9efec5d04af6a45 -EBUILD pytrailer-0.3.ebuild 560 RMD160 23c856072c2bd3bf3581cee76e8a4dce7a114eeb SHA1 352237aab0218d74490ebef1c1616eed70106740 SHA256 0106e66eafb8684bec380e89299a7b928207904b1824d49140decabe494f372d +EBUILD pytrailer-0.3.ebuild 595 RMD160 2813f73453107b25a916986a5ace97378df654ce SHA1 61e594d8a91d0c3149c3a80706ad2e460cc84ab8 SHA256 bddc97836c44ce7eed130b1bcaa3f79727b477ebf15d43e6ea992334f39e57e8 MISC ChangeLog 468 RMD160 2e84c561e0b23d879cccb0c0fee446405942b772 SHA1 74226b0eb8c7e2467147b2c0f871eb09e19d1e5c SHA256 ca608ca5d2417da707f77456dc36669e5d52df79b6d8484368ce2ae525aa3ca7 MISC metadata.xml 227 RMD160 a5b75b64c70750674057e5401cb05910bcd516f2 SHA1 d138aec5b3633d6620e02c25403d249b30034bfe SHA256 9ccfdf28de8a3ebad00fb868ed516b74f778f86e2066b5686e62fc5d01a77c23 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEARECAAYFAky02vIACgkQB9Uc/HGhZ3y/xQCgmCJemuOeYwNFBl8nwCVttmyS -1VYAoIEOqCDjGi1iXVLGd8sNhzNjVfgp -=1wJ1 ------END PGP SIGNATURE----- diff --git a/dev-python/pytrailer/pytrailer-0.3.ebuild b/dev-python/pytrailer/pytrailer-0.3.ebuild index 8f51d0ae566a..9d199b96b877 100644 --- a/dev-python/pytrailer/pytrailer-0.3.ebuild +++ b/dev-python/pytrailer/pytrailer-0.3.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/dev-python/pytrailer/pytrailer-0.3.ebuild,v 1.1 2010/10/12 22:01:57 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.3.ebuild,v 1.2 2010/10/16 16:42:22 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Module to simplify access to movies on apple.com/trailers" -HOMEPAGE="http://code.google.com/p/pytrailer/" +HOMEPAGE="http://code.google.com/p/pytrailer/ http://pypi.python.org/pypi/pytrailer" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2" |