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/files
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/files')
-rw-r--r--x11-misc/fbdesk/files/fbdesk-1.2.1-gcc41.patch29
1 files changed, 0 insertions, 29 deletions
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):