ng-spice-rework: remove package

This package has been marked deprecated in October, and no-one
complained. Moreover, it doesn't sound like a package that is widely
used on embedded systems. So we get rid of it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2010-12-12 22:53:57 +01:00 committed by Peter Korsgaard
parent af6fd2d931
commit b07fed4bf1
5 changed files with 1 additions and 41 deletions

View File

@ -12,7 +12,7 @@
New packages: dhrystone, fbgrab, lsuio, rsh-redone, whetstone
Removed packages: microcom
Removed packages: microcom, ng-spice-rework
Issues resolved (http://bugs.uclibc.org):

View File

@ -353,7 +353,6 @@ endmenu
endmenu
menu "Miscellaneous"
source "package/ng-spice-rework/Config.in"
source "package/shared-mime-info/Config.in"
endmenu

View File

@ -1,9 +0,0 @@
config BR2_PACKAGE_NG_SPICE_REWORK
bool "ng-spice-rework"
depends on BR2_DEPRECATED
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXAW
help
Ngspice is a mixed-level/mixed-signal circuit simulator.
http://superb-west.dl.sourceforge.net/sourceforge/ngspice

View File

@ -1,12 +0,0 @@
--- a/src/Makefile.in 2005-08-30 03:58:00.000000000 -0400
+++ b/src/Makefile.in 2008-02-13 14:38:04.000000000 -0500
@@ -882,7 +882,8 @@ spice.o: main.c
$(COMPILE) -DSIMULATOR -o spice.o -c $(srcdir)/main.c
ngspice.idx: makeidx
- ./makeidx $(srcdir)/ngspice.txt
+ gcc -I/usr/include -I.. -I./include $(makeidx_SOURCES) -o makeidx-host
+ ./makeidx-host $(srcdir)/ngspice.txt
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,18 +0,0 @@
#############################################################
#
# ng-spice-rework
#
#############################################################
NG_SPICE_REWORK_VERSION = 17
NG_SPICE_REWORK_SOURCE = ng-spice-rework-$(NG_SPICE_REWORK_VERSION).tar.gz
NG_SPICE_REWORK_SITE = http://superb-west.dl.sourceforge.net/sourceforge/ngspice
NG_SPICE_REWORK_AUTORECONF = NO
NG_SPICE_REWORK_INSTALL_STAGING = NO
NG_SPICE_REWORK_INSTALL_TARGET = YES
NG_SPICE_REWORK_CONF_OPT = CFLAGS="-I$(STAGING_DIR)/usr/include"
NG_SPICE_REWORK_DEPENDENCIES = xserver_xorg-server xlib_libXaw
$(eval $(call AUTOTARGETS,package,ng-spice-rework))