summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-01-04 16:32:47 +0000
committerMart Raudsepp <leio@gentoo.org>2010-01-04 16:32:47 +0000
commit6cc05e91a347f85ae935a2ac5bceddb67898a6fa (patch)
tree261a96dfd471ec05f86a76b79dbd80b92330a88b /gnome-extra
parentUpdate CL (diff)
downloadgentoo-2-6cc05e91a347f85ae935a2ac5bceddb67898a6fa.tar.gz
gentoo-2-6cc05e91a347f85ae935a2ac5bceddb67898a6fa.tar.bz2
gentoo-2-6cc05e91a347f85ae935a2ac5bceddb67898a6fa.zip
Remove old
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/quick-lounge-applet/ChangeLog9
-rw-r--r--gnome-extra/quick-lounge-applet/files/quick-lounge-applet-2.12.5-configure-fixes.patch50
-rw-r--r--gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.1.ebuild32
-rw-r--r--gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.5.ebuild45
4 files changed, 7 insertions, 129 deletions
diff --git a/gnome-extra/quick-lounge-applet/ChangeLog b/gnome-extra/quick-lounge-applet/ChangeLog
index 082bc75175aa..ce3e117b2144 100644
--- a/gnome-extra/quick-lounge-applet/ChangeLog
+++ b/gnome-extra/quick-lounge-applet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/quick-lounge-applet
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog,v 1.33 2009/12/26 19:29:17 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/ChangeLog,v 1.34 2010/01/04 16:32:46 leio Exp $
+
+ 04 Jan 2010; Mart Raudsepp <leio@gentoo.org>
+ -files/quick-lounge-applet-2.12.5-configure-fixes.patch,
+ -quick-lounge-applet-2.12.1.ebuild, -quick-lounge-applet-2.12.5.ebuild:
+ Remove old
26 Dec 2009; Raúl Porcel <armin76@gentoo.org>
quick-lounge-applet-2.14.0.ebuild:
diff --git a/gnome-extra/quick-lounge-applet/files/quick-lounge-applet-2.12.5-configure-fixes.patch b/gnome-extra/quick-lounge-applet/files/quick-lounge-applet-2.12.5-configure-fixes.patch
deleted file mode 100644
index 57cc2d41e130..000000000000
--- a/gnome-extra/quick-lounge-applet/files/quick-lounge-applet-2.12.5-configure-fixes.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -urNp quick-lounge-applet-2.12.5-orig/configure.in quick-lounge-applet-2.12.5/configure.in
---- quick-lounge-applet-2.12.5-orig/configure.in 2008-07-27 22:08:29.000000000 +0530
-+++ quick-lounge-applet-2.12.5/configure.in 2008-07-27 22:09:44.000000000 +0530
-@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR(src/quick-lounge.c)
- AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
- AC_CONFIG_HEADERS([config.h])
-
--LT_PROG_LIBTOOL
-+AM_PROG_LIBTOOL
-
- dnl ==========================================================================
- dnl
-@@ -53,37 +53,6 @@ PKG_CHECK_MODULES(QL, \
- AC_SUBST(QL_CFLAGS)
- AC_SUBST(QL_LIBS)
-
--#
--# If Pango included the shared library dependencies from X11 in
--# the pkg-config output, then we use that (to avoid duplicates).
--# but if they were omitted to avoid binary compatibility problems
--# then we need to repeat the checks.
--#
--if $PKG_CONFIG --exists pangoxft ; then
-- PANGO_PACKAGES="pangox pangoxft"
--else
-- PANGO_PACKAGES="pangox"
--fi
--
--x_libs="`$PKG_CONFIG --libs $PANGO_PACKAGES`"
--case x_libs in
-- *-lX11*) pango_omitted_x_deps=no ;;
-- *) pango_omitted_x_deps=yes ;;
--esac
--
--if test $pango_omitted_x_deps = yes ; then
-- AC_PATH_XTRA
--
-- if test x$no_x = xyes ; then
-- AC_MSG_ERROR([X development libraries not found])
-- else
-- X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
-- fi
--fi
--
--AC_CHECK_LIB(Xau, XauFileName, [X_LIBS="$X_LIBS -lXau"])
--
--AC_SUBST(X_LIBS)
-
- dnl ******************************
-
diff --git a/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.1.ebuild b/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.1.ebuild
deleted file mode 100644
index 634c712deaa8..000000000000
--- a/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.1.ebuild,v 1.5 2007/02/06 13:55:51 blubb Exp $
-
-inherit gnome2
-
-DESCRIPTION="Application launcher applet for GNOME"
-HOMEPAGE="http://quick-lounge.sourceforge.net/"
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.2
- >=gnome-base/gconf-2.0
- >=gnome-base/libgnome-2.4
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/gnome-desktop-2.4
- >=gnome-base/gnome-vfs-2.4
- >=gnome-base/libglade-2.4
- >=gnome-base/gnome-panel-2.4
- >=gnome-base/gnome-menus-2.12
- sys-devel/gettext"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README"
diff --git a/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.5.ebuild b/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.5.ebuild
deleted file mode 100644
index 53824401a04d..000000000000
--- a/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/quick-lounge-applet/quick-lounge-applet-2.12.5.ebuild,v 1.2 2009/04/09 21:14:56 eva Exp $
-
-inherit autotools gnome2
-
-DESCRIPTION="Application launcher applet for GNOME"
-HOMEPAGE="http://quick-lounge.sourceforge.net/"
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND=">=dev-libs/glib-2.2
- >=x11-libs/gtk+-2.2
- >=gnome-base/gconf-2.0
- >=gnome-base/libgnome-2.4
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/gnome-desktop-2.4
- >=gnome-base/gnome-vfs-2.4
- >=gnome-base/libglade-2.4
- >=gnome-base/gnome-panel-2.4
- >=gnome-base/gnome-menus-2.12
- sys-devel/gettext"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.35.0"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README"
-
-src_unpack() {
- gnome2_src_unpack
-
- # some fixes to configure.in from upstream
- epatch "${FILESDIR}/${P}-configure-fixes.patch"
-
- # fix tests, bug #265220
- echo "src/GNOME_QuickLoungeApplet_Factory.server.in" >> po/POTFILES.in
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-}