diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-05 09:45:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-05 09:45:03 +0000 |
commit | ae99510743aff1ba58d9d844896f1fd4e701b08d (patch) | |
tree | 80ac9174b3da1c3b7e204bb9caa190bd6d69b8b0 /x11-libs/libXaw3d | |
parent | Fix use after free in DestroyAllIM (causing segmentation fault in app-text/gv... (diff) | |
download | gentoo-2-ae99510743aff1ba58d9d844896f1fd4e701b08d.tar.gz gentoo-2-ae99510743aff1ba58d9d844896f1fd4e701b08d.tar.bz2 gentoo-2-ae99510743aff1ba58d9d844896f1fd4e701b08d.zip |
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXaw3d')
-rw-r--r-- | x11-libs/libXaw3d/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXaw3d/libXaw3d-1.6-r1.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/libXaw3d/libXaw3d-1.6.1.ebuild | 30 |
3 files changed, 5 insertions, 70 deletions
diff --git a/x11-libs/libXaw3d/ChangeLog b/x11-libs/libXaw3d/ChangeLog index 8bc147e42ad8..48f372a7e679 100644 --- a/x11-libs/libXaw3d/ChangeLog +++ b/x11-libs/libXaw3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXaw3d # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.8 2012/03/05 09:42:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.9 2012/03/05 09:45:03 ssuominen Exp $ + + 05 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -libXaw3d-1.6-r1.ebuild, + -libXaw3d-1.6.1.ebuild: + old *libXaw3d-1.6.1-r1 (05 Mar 2012) diff --git a/x11-libs/libXaw3d/libXaw3d-1.6-r1.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6-r1.ebuild deleted file mode 100644 index 9a4d401a302c..000000000000 --- a/x11-libs/libXaw3d/libXaw3d-1.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6-r1.ebuild,v 1.3 2012/01/24 19:12:50 ssuominen Exp $ - -EAPI=4 - -inherit flag-o-matic xorg-2 - -DESCRIPTION="X.Org Xaw3d library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="unicode" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXt" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc - x11-proto/xextproto - x11-proto/xproto" - -pkg_setup() { - append-flags -Wno-error=pointer-to-int-cast - - XORG_CONFIGURE_OPTIONS=( - $(use_enable unicode internationalization) - ) - - xorg-2_pkg_setup -} - -src_prepare() { - use unicode && \ - sed -i -e 's/Cflags:/& -DXAW_INTERNATIONALIZATION/' xaw3d.pc.in - - xorg-2_src_prepare -} diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.1.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.1.ebuild deleted file mode 100644 index 29bce7d3c88f..000000000000 --- a/x11-libs/libXaw3d/libXaw3d-1.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.1.ebuild,v 1.2 2012/02/17 08:54:14 ssuominen Exp $ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="X.Org Xaw3d library" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="unicode" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXt" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/yacc - x11-proto/xextproto - x11-proto/xproto" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable unicode internationalization) - ) - - xorg-2_pkg_setup -} |