diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 01:21:34 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 01:21:34 +0000 |
commit | 0159a4d6ad0ca227c70d13a774a7672b461435bf (patch) | |
tree | 46acfb67dc8668e03177cb8317da571528d922f2 /dev-python/sip | |
parent | clean up (diff) | |
download | gentoo-2-0159a4d6ad0ca227c70d13a774a7672b461435bf.tar.gz gentoo-2-0159a4d6ad0ca227c70d13a774a7672b461435bf.tar.bz2 gentoo-2-0159a4d6ad0ca227c70d13a774a7672b461435bf.zip |
patch clean ups
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/sip/files/license-3.5.diff | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-3.5.ebuild | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 9c5ccebb80df..986d9999fb75 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for dev-python/sip # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.11 2003/04/04 01:13:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.12 2003/04/04 01:21:34 liquidx Exp $ -*sip-3.5 (14 Dec 2002) +*sip-3.5 (14 Dec 2002) + + 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> sip-3.5.ebuild, + files/license-3.5.diff: + patch cleanups 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> sip-3.5.ebuild : changelog cleanup, ebuild cleanup. diff --git a/dev-python/sip/files/license-3.5.diff b/dev-python/sip/files/license-3.5.diff index 236968a731c5..96ec57b9bce2 100644 --- a/dev-python/sip/files/license-3.5.diff +++ b/dev-python/sip/files/license-3.5.diff @@ -1,5 +1,5 @@ ---- build.py.orig 2002-12-13 23:40:01.000000000 +0100 -+++ build.py 2002-12-13 23:41:00.000000000 +0100 +--- sip-x11-gpl-3.5/build.py 2002-12-13 23:40:01.000000000 +0100 ++++ sip-x11-gpl-3.5/build.py 2002-12-13 23:41:00.000000000 +0100 @@ -540,31 +540,6 @@ licType = "GPL" licname = "GNU General Public License" diff --git a/dev-python/sip/sip-3.5.ebuild b/dev-python/sip/sip-3.5.ebuild index 45988f4bce3f..6a6dac517ef1 100644 --- a/dev-python/sip/sip-3.5.ebuild +++ b/dev-python/sip/sip-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.5.ebuild,v 1.6 2003/04/04 01:13:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.5.ebuild,v 1.7 2003/04/04 01:21:34 liquidx Exp $ IUSE="" @@ -23,6 +23,7 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} + cd ${S} epatch ${FILESDIR}/license-3.5.diff } |