summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2008-04-29 04:19:15 +0000
committerDavid Shakaryan <omp@gentoo.org>2008-04-29 04:19:15 +0000
commit2ef75f7e7ec93881950343b440ce510b06ac5193 (patch)
tree773d292f0d30078ad100c23386d979d36efa1448 /x11-misc/fbdesk
parentVersion bump (diff)
downloadgentoo-2-2ef75f7e7ec93881950343b440ce510b06ac5193.tar.gz
gentoo-2-2ef75f7e7ec93881950343b440ce510b06ac5193.tar.bz2
gentoo-2-2ef75f7e7ec93881950343b440ce510b06ac5193.zip
Remove older, broken version. (bug #150662)
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r--x11-misc/fbdesk/ChangeLog6
-rw-r--r--x11-misc/fbdesk/fbdesk-1.2.1.ebuild41
-rw-r--r--x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch29
3 files changed, 5 insertions, 71 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog
index 8a0063df2326..49a1e142d18b 100644
--- a/x11-misc/fbdesk/ChangeLog
+++ b/x11-misc/fbdesk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/fbdesk
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.29 2008/04/28 17:37:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.30 2008/04/29 04:19:14 omp Exp $
+
+ 29 Apr 2008; David Shakaryan <omp@gentoo.org>
+ -files/fbdesk-1.2.1-gcc41.patch, -fbdesk-1.2.1.ebuild:
+ Remove older, broken version. (bug #150662)
28 Apr 2008; Raúl Porcel <armin76@gentoo.org> fbdesk-1.4.1.ebuild:
ia64 stable wrt #150662
diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
deleted file mode 100644
index 27e84cd70def..000000000000
--- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.12 2007/12/05 19:54:47 lack Exp $
-
-inherit eutils
-
-DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop"
-HOMEPAGE="http://www.fluxbox.org/fbdesk/"
-SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc ia64 ~amd64"
-IUSE="debug png"
-
-RDEPEND="png? ( media-libs/libpng )
- x11-libs/libXpm
- x11-libs/libXft
- !>x11-wm/fluxbox-1.0_rc3_p4983"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc41.patch
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable png) || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog README
-}
diff --git a/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch b/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch
deleted file mode 100644
index 917b8687dc18..000000000000
--- a/x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/FbDesk.cc.org 2006-04-22 14:29:20.000000000 +0200
-+++ src/FbDesk.cc 2006-04-22 14:37:45.000000000 +0200
-@@ -43,6 +43,8 @@
- using namespace std;
- using namespace FbTk;
-
-+namespace FbTk {
-+
- template <>
- void Resource<int>::setFromString(const char *str) {
- sscanf(str, "%d", &*(*this));
-@@ -65,8 +67,6 @@
- return (*this)->c_str();
- }
-
--
--
- template <>
- std::string Resource<FbDesk::Icon::TextPlacement>::getString() {
- switch (*(*this)) {
-@@ -97,6 +97,8 @@
- *(*this) = FbDesk::Icon::TEXTPLACE_BOTTOM;
- }
-
-+}
-+
- namespace FbDesk {
-
- FbDesk::FbDesk(const char *config_filename):