diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-29 19:59:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-29 19:59:15 +0000 |
commit | 29244f17fcfdf7db0b7ece74ebce7c4a7c119883 (patch) | |
tree | ad25fdee4c7f06ba1cb07fe9e12e044d61fd0ddb /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-29244f17fcfdf7db0b7ece74ebce7c4a7c119883.tar.gz gentoo-2-29244f17fcfdf7db0b7ece74ebce7c4a7c119883.tar.bz2 gentoo-2-29244f17fcfdf7db0b7ece74ebce7c4a7c119883.zip |
remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libcaca/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libcaca/files/libcaca-0.99_beta14-deoptimise.patch | 22 | ||||
-rw-r--r-- | media-libs/libcaca/files/libcaca-0.99_beta16-freeglut-2.6.patch | 11 | ||||
-rw-r--r-- | media-libs/libcaca/libcaca-0.99_beta16-r1.ebuild | 66 | ||||
-rw-r--r-- | media-libs/libcaca/libcaca-0.99_beta16.ebuild | 66 |
5 files changed, 7 insertions, 166 deletions
diff --git a/media-libs/libcaca/ChangeLog b/media-libs/libcaca/ChangeLog index 8919bdaf31b1..48e21d25de84 100644 --- a/media-libs/libcaca/ChangeLog +++ b/media-libs/libcaca/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libcaca # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.94 2011/01/20 18:23:14 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.95 2011/01/29 19:59:14 aballier Exp $ + + 29 Jan 2011; Alexis Ballier <aballier@gentoo.org> + -libcaca-0.99_beta16.ebuild, -libcaca-0.99_beta16-r1.ebuild, + -files/libcaca-0.99_beta14-deoptimise.patch, + -files/libcaca-0.99_beta16-freeglut-2.6.patch: + remove old 20 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> libcaca-0.99_beta17.ebuild: diff --git a/media-libs/libcaca/files/libcaca-0.99_beta14-deoptimise.patch b/media-libs/libcaca/files/libcaca-0.99_beta14-deoptimise.patch deleted file mode 100644 index fc3e3bffddc5..000000000000 --- a/media-libs/libcaca/files/libcaca-0.99_beta14-deoptimise.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: libcaca-0.99.beta14/configure.ac -=================================================================== ---- libcaca-0.99.beta14.orig/configure.ac -+++ libcaca-0.99.beta14/configure.ac -@@ -290,7 +290,7 @@ fi - if test "${enable_vga}" = "yes"; then - ac_cv_my_have_vga="yes" - CPPFLAGS="${CPPFLAGS} -I. -D__KERNEL__ -nostdinc -include kernel/kernel.h -fno-stack-protector" -- CFLAGS="${CFLAGS} -fno-builtin -O2 -Wall -fno-stack-protector" -+ CFLAGS="${CFLAGS} -Wall -fno-stack-protector" - CCASFLAGS="${CCASFLAGS} -I. -fno-stack-protector" - LDFLAGS="${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 -fno-stack-protector" - AC_DEFINE(USE_VGA, 1, Define to 1 to activate the VGA backend driver) -@@ -347,7 +347,7 @@ fi - AC_SUBST(CUCUL_TYPES) - - # Optimizations --CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer" -+CFLAGS="${CFLAGS}" - # Code qui fait des warnings == code de porc == deux baffes dans ta gueule - CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare" - diff --git a/media-libs/libcaca/files/libcaca-0.99_beta16-freeglut-2.6.patch b/media-libs/libcaca/files/libcaca-0.99_beta16-freeglut-2.6.patch deleted file mode 100644 index c0c980a4bfce..000000000000 --- a/media-libs/libcaca/files/libcaca-0.99_beta16-freeglut-2.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -223,7 +223,7 @@ - break]) - if test "${ac_cv_my_have_gl}" = "yes"; then - AC_DEFINE(USE_GL, 1, Define to 1 to activate the OpenGL backend driver) -- GL_LIBS="${GL_LIBS} -lGL -lglut" -+ GL_LIBS="${GL_LIBS} -lGL -lGLU -lglut" - CACA_DRIVERS="${CACA_DRIVERS} gl" - elif test "${enable_gl}" = "yes"; then - AC_MSG_ERROR([cannot find OpenGL+FreeGLUT development files]) diff --git a/media-libs/libcaca/libcaca-0.99_beta16-r1.ebuild b/media-libs/libcaca/libcaca-0.99_beta16-r1.ebuild deleted file mode 100644 index 0594f3a963cc..000000000000 --- a/media-libs/libcaca/libcaca-0.99_beta16-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16-r1.ebuild,v 1.2 2010/08/07 13:35:57 graaff Exp $ - -inherit eutils autotools libtool mono - -MY_P="${P/_beta/.beta}" - -DESCRIPTION="A library that creates colored ASCII-art graphics" -HOMEPAGE="http://libcaca.zoy.org/" -SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" - -LICENSE="WTFPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc imlib mono ncurses nocxx opengl ruby slang X" - -RDEPEND="ncurses? ( >=sys-libs/ncurses-5.3 ) - slang? ( >=sys-libs/slang-1.4 ) - imlib? ( media-libs/imlib2 ) - X? ( x11-libs/libX11 x11-libs/libXt ) - opengl? ( virtual/opengl media-libs/freeglut ) - mono? ( dev-lang/mono ) - ruby? ( =dev-lang/ruby-1.8* )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen - virtual/latex-base - || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${PN}-0.99_beta14-deoptimise.patch" - epatch "${FILESDIR}/${P}-freeglut-2.6.patch" - - eautoreconf - elibtoolize -} - -src_compile() { - # temp font fix #44128 - export VARTEXFONTS="${T}/fonts" - - econf \ - $(use_enable doc) \ - $(use_enable ncurses) \ - $(use_enable slang) \ - $(use_enable imlib imlib2) \ - $(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir) \ - $(use_enable opengl gl) \ - $(use_enable !nocxx cxx) \ - $(use_enable mono csharp) \ - $(use_enable ruby) \ - || die "econf failed" - emake || die "emake failed" - unset VARTEXFONTS -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS NOTES README -} diff --git a/media-libs/libcaca/libcaca-0.99_beta16.ebuild b/media-libs/libcaca/libcaca-0.99_beta16.ebuild deleted file mode 100644 index 29299c51bf0a..000000000000 --- a/media-libs/libcaca/libcaca-0.99_beta16.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta16.ebuild,v 1.11 2010/08/07 13:35:57 graaff Exp $ - -inherit eutils autotools libtool mono - -MY_P="${P/_beta/.beta}" - -DESCRIPTION="A library that creates colored ASCII-art graphics" -HOMEPAGE="http://libcaca.zoy.org/" -SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" - -LICENSE="WTFPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc imlib mono ncurses nocxx opengl ruby slang X" - -RDEPEND="ncurses? ( >=sys-libs/ncurses-5.3 ) - slang? ( >=sys-libs/slang-1.4 ) - imlib? ( media-libs/imlib2 ) - X? ( x11-libs/libX11 x11-libs/libXt ) - opengl? ( virtual/opengl media-libs/freeglut ) - mono? ( dev-lang/mono ) - ruby? ( =dev-lang/ruby-1.8* )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen - virtual/latex-base - || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${PN}-0.99_beta14-deoptimise.patch" - epatch "${FILESDIR}/${P}-freeglut-2.6.patch" - - eautoreconf - elibtoolize -} - -src_compile() { - # temp font fix #44128 - export VARTEXFONTS="${T}/fonts" - - econf \ - $(use_enable doc) \ - $(use_enable ncurses) \ - $(use_enable slang) \ - $(use_enable imlib imlib2) \ - $(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir) \ - $(use_enable opengl gl) \ - $(use_enable !nocxx cxx) \ - $(use_enable mono csharp) \ - $(use_enable ruby) \ - || die "econf failed" - emake || die "emake failed" - unset VARTEXFONTS -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS NOTES README -} |