diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
commit | 9b5fc27743d0f914f049b5abbd424a68fa496560 (patch) | |
tree | 893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/wxGTK | |
parent | header fix (diff) | |
download | gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2 gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.0.ebuild | 12 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.1.ebuild | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest index fa88ccf28ac0..f3bddbd15447 100644 --- a/x11-libs/wxGTK/Manifest +++ b/x11-libs/wxGTK/Manifest @@ -1,7 +1,7 @@ MD5 57cce05d8446210bd3049d2b2de4f226 ChangeLog 5731 -MD5 5f3fa8c79699b437c9d8bd2154dc98db wxGTK-2.4.1.ebuild 2505 -MD5 7b6cbaf39f7346190040182c8c0bf5c8 wxGTK-2.4.0.ebuild 2705 +MD5 a1417269361092cea4eea68b1748bc43 wxGTK-2.4.0.ebuild 2698 MD5 4fca175f747a090fd2b7b8ce22fbc06d metadata.xml 162 +MD5 3276ebcf3509bfa0dac55db354146000 wxGTK-2.4.1.ebuild 2498 MD5 16ea0622454512339b2c613af61a9aa4 files/digest-wxGTK-2.4.0 65 MD5 86ee1d94ec752953d445a824f643fef5 files/digest-wxGTK-2.4.1 65 MD5 522f6b3a771ea33a1af7ede9c795ab4c files/wxGTK-2.4.1-wxpython1.patch 1102 diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild index 84b1f1b482dd..c578478cd1bb 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.0.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/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.10 2003/05/07 13:04:34 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.11 2003/09/07 00:23:28 msterret Exp $ DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit." SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" @@ -22,7 +22,7 @@ DEPEND="virtual/glibc odbc? ( dev-db/unixODBC ) opengl? ( virtual/opengl ) gtk2? ( >=x11-libs/gtk+-2.0* dev-libs/libunicode ) : ( =x11-libs/gtk+-1.2* )" - + RDEPEND="nls? ( sys-devel/gettext )" pkg_setup() { @@ -43,7 +43,7 @@ src_compile() { #The build tools include a --with-freetype option, however it doesn't #seem to be implemented in the source yet. - + #confiure options that have corresponding USE variable. use static \ @@ -73,15 +73,15 @@ src_compile() { || myconf="${myconf} --without-opengl" myconf="${myconf} --with-x --with-gtk" - + # here we disable unicode support even thought gtk2 supports it # because too many apps just don't follow the wxWindows guidelines - # for unicode support. + # for unicode support. # # http://www.wxwindows.org/manuals/2.4.0/wx458.htm#unicode # # ref #20116 - liquidx@gentoo.org (07 May 2003) - + #use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode" use gtk2 && myconf="${myconf} --enable-gtk2" diff --git a/x11-libs/wxGTK/wxGTK-2.4.1.ebuild b/x11-libs/wxGTK/wxGTK-2.4.1.ebuild index efb09ad2a81a..5449d2fd9ab1 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.1.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/x11-libs/wxGTK/wxGTK-2.4.1.ebuild,v 1.2 2003/07/09 01:01:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.1.ebuild,v 1.3 2003/09/07 00:23:28 msterret Exp $ DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit." SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" @@ -21,7 +21,7 @@ DEPEND="virtual/x11 odbc? ( dev-db/unixODBC ) opengl? ( virtual/opengl ) gtk2? ( >=x11-libs/gtk+-2.0* dev-libs/libunicode ) : ( =x11-libs/gtk+-1.2* )" - + RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { @@ -43,7 +43,7 @@ src_compile() { #The build tools include a --with-freetype option, however it doesn't #seem to be implemented in the source yet. - + # Note: ODBC support does not work with --enable-unicode # We only use --enable-unicode (if at all) when we use # gtk2. @@ -68,15 +68,15 @@ src_compile() { || myconf="${myconf} --without-opengl" myconf="${myconf} --with-gtk" - + # here we disable unicode support even thought gtk2 supports it # because too many apps just don't follow the wxWindows guidelines - # for unicode support. + # for unicode support. # # http://www.wxwindows.org/manuals/2.4.0/wx458.htm#unicode # # ref #20116 - liquidx@gentoo.org (07 May 2003) - + #use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode" use gtk2 && myconf="${myconf} --enable-gtk2" |