diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 19:33:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 19:33:58 +0000 |
commit | e48f1174c8978b5bc924bea30b110cbed0868fd2 (patch) | |
tree | ef418b808ae4ee828bac64725258cc7596d540cc /dev-python | |
parent | Added FONT_SUFFIX, closing bug #55176 (diff) | |
download | historical-e48f1174c8978b5bc924bea30b110cbed0868fd2.tar.gz historical-e48f1174c8978b5bc924bea30b110cbed0868fd2.tar.bz2 historical-e48f1174c8978b5bc924bea30b110cbed0868fd2.zip |
add newline at eof
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sip/sip-4.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index a339411068e7..1ec77a167126 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,5 +1,5 @@ MD5 a438e9dcb6cb492872bf68b6078e3c84 sip-4.0_rc4.ebuild 914 -MD5 d84e6bec67604038cad4b9cd2035bde2 sip-4.0.ebuild 1057 +MD5 25a3ff564887a1061ece1a4ac7b1b595 sip-4.0.ebuild 1058 MD5 97014a9c7caa5638c6415d3dbc50f596 sip-3.8-r1.ebuild 1106 MD5 0c332be4c31939cb2d0bb986ea711ca4 ChangeLog 4711 MD5 680154c7584c04cbcdd6fbb6ecdd2c75 sip-4.0_rc2.ebuild 906 diff --git a/dev-python/sip/sip-4.0.ebuild b/dev-python/sip/sip-4.0.ebuild index 5d5b23097cff..083eb80f28cc 100644 --- a/dev-python/sip/sip-4.0.ebuild +++ b/dev-python/sip/sip-4.0.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/dev-python/sip/sip-4.0.ebuild,v 1.2 2004/06/25 01:50:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.0.ebuild,v 1.3 2004/06/25 19:33:58 agriffis Exp $ inherit distutils @@ -38,4 +38,4 @@ src_install() { pkg_postinst() { einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." -}
\ No newline at end of file +} |