Browse Source

removed hotapplet and pan

user/chris/test/early-mdev
Aldas Nabazas 14 years ago committed by Alejandro Mery
parent
commit
084b51f773
  1. 74
      gnome2/hotapplet/hotapplet.cache
  2. 19
      gnome2/hotapplet/hotapplet.conf
  3. 44
      gnome2/hotapplet/hotapplet.desc
  4. 68
      gnome2/pan/gcc43.patch
  5. 58
      gnome2/pan/pan.cache
  6. 40
      gnome2/pan/pan.desc

74
gnome2/hotapplet/hotapplet.cache

@ -1,74 +0,0 @@
[TIMESTAMP] 1134122421 Fri Dec 9 11:00:21 2005
[BUILDTIME] 10 (9)
[SIZE] 0.11 MB, 31 files
[DEP] alsa-lib
[DEP] atk
[DEP] audiofile
[DEP] autoconf
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] cairo
[DEP] coreutils
[DEP] diffutils
[DEP] esound
[DEP] expat
[DEP] findutils
[DEP] fontconfig
[DEP] freetype
[DEP] gcc
[DEP] gconf
[DEP] glib
[DEP] glibc
[DEP] glitz
[DEP] gnome-keyring
[DEP] gnome-panel
[DEP] gnome-vfs
[DEP] grep
[DEP] gtk+
[DEP] howl
[DEP] inputproto
[DEP] kbproto
[DEP] libart_lgpl23
[DEP] libbonobo
[DEP] libbonoboui
[DEP] libglade
[DEP] libgnome
[DEP] libgnomecanvas
[DEP] libgnomeui
[DEP] libice
[DEP] libjpeg
[DEP] libpng
[DEP] libsm
[DEP] libx11
[DEP] libxau
[DEP] libxcursor
[DEP] libxdmcp
[DEP] libxext
[DEP] libxfixes
[DEP] libxi
[DEP] libxinerama
[DEP] libxml
[DEP] libxrandr
[DEP] libxrender
[DEP] linux-header
[DEP] lm_sensors
[DEP] make
[DEP] mktemp
[DEP] net-tools
[DEP] openssl
[DEP] orbit2
[DEP] pango
[DEP] perl
[DEP] pkgconfig
[DEP] popt
[DEP] renderproto
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] texinfo
[DEP] util-linux
[DEP] xproto
[DEP] zlib

19
gnome2/hotapplet/hotapplet.conf

@ -1,19 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../hotapplet/hotapplet.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# does use deprecated stuff from Gtk+ but does use -DDGTK_DISABLE_DEPRECATED
var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"

44
gnome2/hotapplet/hotapplet.desc

@ -1,44 +0,0 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../hotapplet/hotapplet.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] Gnome applet showing PC sensor values
[T] HotApplet shows the motherboard sensors values such as CPU Temperature,
[T] system temperature, fan rpm's, etc. It's written for Gnome 2 and depends
[T] on the lm_sensors package
[T]
[T] This package got abandoned upstream.
[U] http://hotapplet.sourceforge.net/
[A] Daniel Baeyens <daniel.baeyens@hispalinux.es>
[A] Mark Finlay <sisob@eircom.net>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/tool extra/desktop/gnome
[R] - powerpc powerpc64
[L] GPL
[S] Beta
[V] 0.2.2
[P] X -----5---9 155.800
[O] . $base/package/*/*/gnome2-conf.in
[D] 1693030931 hotapplet-0.2.2.tar.gz http://dl.sourceforge.net/sourceforge/hotapplet/

68
gnome2/pan/gcc43.patch

@ -1,68 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pan/gcc43.patch
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Description: Fixes compiling using gcc >= 4.3
--- pan-0.133/pan/general/log.cc.orig 2010-08-13 17:34:17.228176099 +0200
+++ pan-0.133/pan/general/log.cc 2010-08-13 17:34:29.340007660 +0200
@@ -20,6 +20,7 @@
#include <config.h>
#include <iostream>
#include <cstdarg>
+#include <cstdio>
#include "log.h"
using namespace pan;
--- pan-0.133/pan/general/progress.cc.orig 2010-08-13 17:36:11.700003004 +0200
+++ pan-0.133/pan/general/progress.cc 2010-08-13 17:36:22.568023413 +0200
@@ -19,6 +19,7 @@
#include <config.h>
#include <cstdarg>
+#include <cstdio>
#include "progress.h"
#include "string-view.h"
--- pan-0.133/pan/usenet-utils/numbers.cc.orig 2010-08-13 18:10:31.856010852 +0200
+++ pan-0.133/pan/usenet-utils/numbers.cc 2010-08-13 18:11:03.836003223 +0200
@@ -19,6 +19,7 @@
#include <config.h>
#include <cctype>
+#include <cstdio>
#include <pan/general/string-view.h>
#include "numbers.h"
#include <algorithm>
--- pan-0.133/pan/tasks/nntp.cc.orig 2010-08-13 18:36:41.276089959 +0200
+++ pan-0.133/pan/tasks/nntp.cc 2010-08-13 18:38:00.248090443 +0200
@@ -21,6 +21,7 @@
#include <cassert>
#include <cstdarg>
#include <cstdlib> // abort, atoi, strtoul
+#include <cstdio> // snprintf
extern "C" {
#include <glib.h>
#include <glib/gi18n.h>
--- pan-0.133/pan/tasks/nntp-pool.cc.orig 2010-08-13 18:40:17.412253225 +0200
+++ pan-0.133/pan/tasks/nntp-pool.cc 2010-08-13 18:40:47.688337077 +0200
@@ -19,6 +19,7 @@
#include <config.h>
#include <ctime>
+#include <cstdio>
#include <glib/gi18n.h>
#include <pan/general/debug.h>
#include <pan/general/log.h>

58
gnome2/pan/pan.cache

@ -1,58 +0,0 @@
[TIMESTAMP] 1134130466 Fri Dec 9 13:14:26 2005
[BUILDTIME] 40 (9)
[SIZE] 3.12 MB, 58 files
[DEP] atk
[DEP] autoconf
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] cairo
[DEP] coreutils
[DEP] diffutils
[DEP] expat
[DEP] findutils
[DEP] fontconfig
[DEP] freetype
[DEP] gawk
[DEP] gcc
[DEP] gettext
[DEP] glib
[DEP] glibc
[DEP] glitz
[DEP] gnet
[DEP] gnome-libs14
[DEP] grep
[DEP] gtk+
[DEP] inputproto
[DEP] kbproto
[DEP] libpng
[DEP] libx11
[DEP] libxau
[DEP] libxcursor
[DEP] libxdmcp
[DEP] libxext
[DEP] libxfixes
[DEP] libxi
[DEP] libxinerama
[DEP] libxml
[DEP] libxrandr
[DEP] libxrender
[DEP] linux-header
[DEP] make
[DEP] mktemp
[DEP] net-tools
[DEP] pango
[DEP] patch
[DEP] pcre
[DEP] perl
[DEP] pkgconfig
[DEP] renderproto
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] texinfo
[DEP] util-linux
[DEP] xproto
[DEP] zlib

40
gnome2/pan/pan.desc

@ -1,40 +0,0 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../pan/pan.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A newsreader for GNOME
[T] Pan is a newsreader which attempts to be pleasing to both new and
[T] experienced users. In addition to the standard newsreader features,
[T] Pan also supports yEnc, offline newsreading, article filtering, multiple
[T] connections, and more features for power users and alt.binaries fans.
[U] http://freshmeat.net/projects/pan/
[A] PAN Authors <pan@rebelbase.com>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/network extra/desktop/gnome
[L] GPL
[S] Beta
[V] 0.133
[P] X -----5---9 158.600
[CV-URL] http://pan.rebelbase.com/download/releases/
[O] . $base/package/*/*/gnome2-conf.in
[D] 262276793 pan-0.133.tar.bz2 http://pan.rebelbase.com/download/releases/0.133/source/
Loading…
Cancel
Save