diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-16 17:40:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-16 17:40:57 +0000 |
commit | 9d654b79927780f511aac9238e3ef367c7730e10 (patch) | |
tree | 847f98239355aee7a37c405a8e539608848524cd /x11-misc/xlockmore | |
parent | Version bump. (diff) | |
download | gentoo-2-9d654b79927780f511aac9238e3ef367c7730e10.tar.gz gentoo-2-9d654b79927780f511aac9238e3ef367c7730e10.tar.bz2 gentoo-2-9d654b79927780f511aac9238e3ef367c7730e10.zip |
old
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xlockmore')
-rw-r--r-- | x11-misc/xlockmore/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch | 22 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.28.ebuild | 81 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.29.1.ebuild | 89 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.34.ebuild | 91 |
5 files changed, 6 insertions, 284 deletions
diff --git a/x11-misc/xlockmore/ChangeLog b/x11-misc/xlockmore/ChangeLog index 76b0be492aed..21ba1abe0d6f 100644 --- a/x11-misc/xlockmore/ChangeLog +++ b/x11-misc/xlockmore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xlockmore # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.94 2011/11/16 17:39:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.95 2011/11/16 17:40:56 ssuominen Exp $ + + 16 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -xlockmore-5.28.ebuild, + -xlockmore-5.29.1.ebuild, -files/xlockmore-5.29.1-configure.in.patch, + -xlockmore-5.34.ebuild: + old *xlockmore-5.35 (16 Nov 2011) diff --git a/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch b/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch deleted file mode 100644 index e69999c23497..000000000000 --- a/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=285262 - ---- configure.in -+++ configure.in -@@ -8,17 +8,7 @@ - canonical=$host - - AC_PROG_CC --dnl Check if C++ compiler is present. If not set CXX to the C-compiler used --dnl for the other compilations. --if test "$CC" = gcc; then -- AC_CHECK_PROGS(CXX, $CCC g++ CC C++ c++ cxx cc++ xlC $CC, gcc) --else -- AC_CHECK_PROGS(CXX, $CCC CC C++ g++ c++ cxx cc++ xlC $CC, gcc) --fi - AC_PROG_CXX --if test "${CXX}" = "xlC" ; then -- CXXFLAGS="${CXXFLAGS} -+" --fi - - dnl If you're using g++-2.95 or later and have old X11 includes, you may need - dnl to use "g++ -fpermissive" in the Makefiles diff --git a/x11-misc/xlockmore/xlockmore-5.28.ebuild b/x11-misc/xlockmore/xlockmore-5.28.ebuild deleted file mode 100644 index e78b5d1f4c0e..000000000000 --- a/x11-misc/xlockmore/xlockmore-5.28.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.28.ebuild,v 1.10 2010/10/10 21:07:53 ulm Exp $ - -EAPI=2 -inherit flag-o-matic pam - -DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html" -SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/${PN}/${P}/${P}.tar.bz2" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="crypt debug esd gtk motif nas opengl pam truetype xlockrc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXt - x11-libs/libXmu - opengl? ( media-libs/mesa - truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - truetype? ( media-libs/freetype:2 ) - pam? ( virtual/pam ) - nas? ( media-libs/nas ) - esd? ( media-sound/esound ) - motif? ( >=x11-libs/openmotif-2.3:0 ) - gtk? ( >=x11-libs/gtk+-2:2 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xineramaproto" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_configure() { - local myconf - - if use opengl && use truetype; then - myconf+=" --with-ftgl" - append-flags -DFTGL213 - else - myconf+=" --without-ftgl" - fi - - econf \ - --enable-vtlock \ - --enable-syslog \ - $(use_enable xlockrc) \ - $(use_enable pam) \ - --disable-use-mb \ - --enable-appdefaultdir=/usr/share/X11/app-defaults \ - $(use_with motif) \ - $(use_with debug editres) \ - $(use_with truetype freetype) \ - $(use_with truetype ttf) \ - $(use_with opengl) \ - $(use_with opengl mesa) \ - $(use_with esd esound) \ - $(use_with nas) \ - $(use_with crypt) \ - $(use_with gtk gtk2) \ - ${myconf} -} - -src_install() { - einstall xapploaddir="${D}/usr/share/X11/app-defaults" \ - mandir="${D}/usr/share/man/man1" INSTPGMFLAGS="" \ - || die "einstall failed" - - pamd_mimic_system xlock auth - use pam && fperms 755 /usr/bin/xlock - - dohtml docs/xlock.html - dodoc README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO} -} - -pkg_postinst() { - ewarn "xlockmore doesn't support multibyte or unicode password(s)" - ewarn "see http://bugs.gentoo.org/277061 for more information" -} diff --git a/x11-misc/xlockmore/xlockmore-5.29.1.ebuild b/x11-misc/xlockmore/xlockmore-5.29.1.ebuild deleted file mode 100644 index ada69e454da7..000000000000 --- a/x11-misc/xlockmore/xlockmore-5.29.1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.4 2010/10/10 21:07:53 ulm Exp $ - -EAPI=2 -inherit autotools eutils flag-o-matic pam - -DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html" -SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/${PN}/${P}/${P}.tar.bz2" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="crypt debug esd gtk motif nas opengl pam truetype xinerama xlockrc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXt - x11-libs/libXmu - opengl? ( media-libs/mesa - truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - truetype? ( media-libs/freetype:2 ) - pam? ( virtual/pam ) - nas? ( media-libs/nas ) - esd? ( media-sound/esound ) - motif? ( >=x11-libs/openmotif-2.3:0 ) - gtk? ( x11-libs/gtk+:2 ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xineramaproto" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_prepare() { - epatch "${FILESDIR}"/${P}-configure.in.patch - eautoreconf -} - -src_configure() { - local myconf="" - - if use opengl && use truetype; then - myconf="${myconf} --with-ftgl" - append-flags -DFTGL213 - else - myconf="${myconf} --without-ftgl" - fi - - econf \ - --enable-vtlock \ - --enable-syslog \ - $(use_enable xlockrc) \ - $(use_enable pam) \ - --disable-use-mb \ - --enable-appdefaultdir=/usr/share/X11/app-defaults \ - $(use_with motif) \ - $(use_with debug editres) \ - $(use_with truetype ttf) \ - $(use_with truetype freetype) \ - $(use_with opengl) \ - $(use_with opengl mesa) \ - $(use_with xinerama) \ - $(use_with esd esound) \ - $(use_with nas) \ - $(use_with crypt) \ - $(use_with gtk gtk2) \ - --without-gtk \ - ${myconf} -} - -src_install() { - einstall xapploaddir="${D}/usr/share/X11/app-defaults" \ - mandir="${D}/usr/share/man/man1" INSTPGMFLAGS="" \ - || die "einstall failed" - - pamd_mimic_system xlock auth - - if use pam; then - fperms 755 /usr/bin/xlock - else - fperms 4755 /usr/bin/xlock - fi - - dohtml docs/xlock.html - dodoc README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO} -} diff --git a/x11-misc/xlockmore/xlockmore-5.34.ebuild b/x11-misc/xlockmore/xlockmore-5.34.ebuild deleted file mode 100644 index 6270a5e17b19..000000000000 --- a/x11-misc/xlockmore/xlockmore-5.34.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.34.ebuild,v 1.1 2011/08/01 23:02:59 jer Exp $ - -EAPI=2 -inherit autotools eutils flag-o-matic pam - -DESCRIPTION="Just another screensaver application for X" -HOMEPAGE="http://www.tux.org/~bagleyd/xlockmore.html" -SRC_URI="http://ftp.tux.org/pub/tux/bagleyd/${PN}/${P}/${P}.tar.bz2" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="crypt debug esd gtk motif nas opengl pam truetype xinerama xlockrc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXt - x11-libs/libXmu - opengl? ( media-libs/mesa - truetype? ( >=media-libs/ftgl-2.1.3_rc5 ) ) - truetype? ( media-libs/freetype:2 ) - pam? ( virtual/pam ) - nas? ( media-libs/nas ) - esd? ( media-sound/esound ) - motif? ( >=x11-libs/openmotif-2.3:0 ) - gtk? ( x11-libs/gtk+:2 ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xineramaproto" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-5.31-configure.in.patch \ - "${FILESDIR}"/${PN}-5.31-ldflags.patch - eautoreconf -} - -src_configure() { - local myconf="" - - if use opengl && use truetype; then - myconf="${myconf} --with-ftgl" - append-flags -DFTGL213 - else - myconf="${myconf} --without-ftgl" - fi - - econf \ - --enable-vtlock \ - --enable-syslog \ - $(use_enable xlockrc) \ - $(use_enable pam) \ - --disable-use-mb \ - --enable-appdefaultdir=/usr/share/X11/app-defaults \ - $(use_with motif) \ - $(use_with debug editres) \ - $(use_with truetype ttf) \ - $(use_with truetype freetype) \ - $(use_with opengl) \ - $(use_with opengl mesa) \ - $(use_with xinerama) \ - $(use_with esd esound) \ - $(use_with nas) \ - $(use_with crypt) \ - $(use_with gtk gtk2) \ - --without-gtk \ - ${myconf} -} - -src_install() { - einstall xapploaddir="${D}/usr/share/X11/app-defaults" \ - mandir="${D}/usr/share/man/man1" INSTPGMFLAGS="" \ - || die "einstall failed" - - pamd_mimic_system xlock auth - - if use pam; then - fperms 755 /usr/bin/xlock - else - fperms 4755 /usr/bin/xlock - fi - - dohtml docs/xlock.html - dodoc README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO} -} |