diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-04-19 09:09:57 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-04-19 09:09:57 +0000 |
commit | cc4121a7b499f64a4a9c47680600594626440660 (patch) | |
tree | 62fd65c98434029c38e5b5dd8676cc560f59b884 /media-gfx/tuxpaint | |
parent | Removing old ebuild (diff) | |
download | historical-cc4121a7b499f64a4a9c47680600594626440660.tar.gz historical-cc4121a7b499f64a4a9c47680600594626440660.tar.bz2 historical-cc4121a7b499f64a4a9c47680600594626440660.zip |
Marking 0.9.14 stable (x86). Removing old ebuild.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/tuxpaint/Manifest | 7 | ||||
-rw-r--r-- | media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 | 2 | ||||
-rw-r--r-- | media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch | 36 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild | 63 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild | 16 |
6 files changed, 14 insertions, 115 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index 80d1b3c1b4aa..3dee498c506d 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/tuxpaint # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.15 2005/03/23 17:22:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.16 2005/04/19 09:09:57 leonardop Exp $ + + 19 Apr 2005; Leonardo Boshell <leonardop@gentoo.org> tuxpaint-0.9.14.ebuild: + Marked stable on x86. 23 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> tuxpaint-0.9.13-r1.ebuild: diff --git a/media-gfx/tuxpaint/Manifest b/media-gfx/tuxpaint/Manifest index bcacfe883b78..d2c341d95d0c 100644 --- a/media-gfx/tuxpaint/Manifest +++ b/media-gfx/tuxpaint/Manifest @@ -1,8 +1,5 @@ -MD5 538919d0a2baf301bd92bd08476db987 ChangeLog 2326 +MD5 36da903037910c1ac142540b179f4fbd ChangeLog 2430 MD5 60d69ee439da76dbf4d88951ef86236a metadata.xml 648 -MD5 eaabe789a7d87374911c0ce4ef002fae tuxpaint-0.9.14.ebuild 1483 -MD5 bd9a0230e0e39d05dde562dc435ebbec tuxpaint-0.9.13-r1.ebuild 1452 +MD5 d7bb5e1d23dc558f7fa6ff6cd4bb2fb7 tuxpaint-0.9.14.ebuild 1482 MD5 6c694aa3e9399a07cdaa7f82a162b222 files/digest-tuxpaint-0.9.14 68 -MD5 ac7dc281a67f1db989d39470aa12ea8e files/digest-tuxpaint-0.9.13-r1 142 MD5 b12d971848124691a60da9265ecb86ba files/tuxpaint-0.9.14-gentoo.patch 4511 -MD5 195f5bf3e6bddb622dff7e4c30b81edb files/tuxpaint-0.9.13-fix_error_directives.patch 1300 diff --git a/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 b/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 deleted file mode 100644 index 62bd829aea23..000000000000 --- a/media-gfx/tuxpaint/files/digest-tuxpaint-0.9.13-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 580ed290af35c34a33f2206f7f36e489 tuxpaint-0.9.13.tar.gz 2495193 -MD5 b61f93abe4add6a75145bddecf5e5239 tuxpaint-0.9.13-makefile.patch 21771 diff --git a/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch b/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch deleted file mode 100644 index f63f4d42e27d..000000000000 --- a/media-gfx/tuxpaint/files/tuxpaint-0.9.13-fix_error_directives.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -NurdB tuxpaint-0.9.13-orig/src/tuxpaint.c tuxpaint-0.9.13/src/tuxpaint.c ---- tuxpaint-0.9.13-orig/src/tuxpaint.c 2005-03-20 20:19:44.000000000 -0500 -+++ tuxpaint-0.9.13/src/tuxpaint.c 2005-03-20 20:20:17.000000000 -0500 -@@ -165,32 +165,11 @@ - #endif - - #include "SDL_image.h" --#ifndef _IMG_h --#error "---------------------------------------------------" --#error "If you installed SDL_image from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-image1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - - #include "SDL_ttf.h" --#ifndef _SDLttf_h --#error "---------------------------------------------------" --#error "If you installed SDL_ttf from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-ttf1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - - #ifndef NOSOUND - #include "SDL_mixer.h" --#ifndef _MIXER_H_ --#error "---------------------------------------------------" --#error "If you installed SDL_mixer from a package, be sure" --#error "to get the development package, as well!" --#error "(e.g., 'libsdl-mixer1.2-devel.rpm')" --#error "---------------------------------------------------" --#endif - #endif - - #ifndef SAVE_AS_BMP diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild deleted file mode 100644 index f716838ce318..000000000000 --- a/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild,v 1.6 2005/03/23 17:22:13 mr_bones_ Exp $ - -inherit eutils - -DESCRIPTION="Drawing program designed for young children" -HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/" - -DEPEND="media-libs/libpng - media-libs/sdl-ttf - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/libsdl - >=media-libs/freetype-2 - media-libs/netpbm - nls? ( sys-devel/gettext )" - -IUSE="gnome kde nls" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz -mirror://gentoo/${P}-makefile.patch" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~amd64" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - - # Sanitize the hack that is its Makefile - epatch ${DISTDIR}/${P}-makefile.patch - # Remove outdated error directives that break compilation. See bug #82598. - epatch ${FILESDIR}/${P}-fix_error_directives.patch -} - -src_compile() { - local myopts="" - - use nls && myopts="${myopts} ENABLE_GETTEXT=1" - - # emake may break things - make ${myopts} || die -} - -src_install () { - local myopts="" - - use gnome && myopts="${myopts} GNOME_PREFIX=/usr" - - if use kde && which kde-config ; then - myopts="${myopts} \ - KDE_PREFIX=/usr/share/applnk \ - KDE_ICON_PREFIX=/usr/share/icons" - fi - - use nls && myopts="${myopts} ENABLE_GETTEXT=1" - - make DESTDIR=${D} ${myopts} install || die - - rm docs/INSTALL.txt - dodoc docs/*.txt -} diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild index ada3627758e9..455d5025452b 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild @@ -1,11 +1,18 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild,v 1.2 2005/03/22 21:49:32 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.14.ebuild,v 1.3 2005/04/19 09:09:57 leonardop Exp $ inherit eutils DESCRIPTION="Drawing program designed for young children" HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc ~amd64" + +IUSE="gnome kde nls" DEPEND="media-libs/libpng media-libs/sdl-ttf @@ -16,13 +23,6 @@ DEPEND="media-libs/libpng media-libs/netpbm nls? ( sys-devel/gettext )" -IUSE="gnome kde nls" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" - src_unpack() { unpack ${A} cd ${S} |