Remove some unneeded/broken/unmaintained packages.

This commit is contained in:
Juan RP 2013-04-03 13:40:28 +02:00
parent daf3b705db
commit a530eb9f06
6 changed files with 0 additions and 138 deletions

View file

@ -1,19 +0,0 @@
# Template file for 'capchroot'
pkgname=capchroot
version=0.1
distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.gz"
build_style=gnu-makefile
depends="glibc libcap"
makedepends="libcap-devel"
revision=2
short_desc="Use chroot with capabilities as normal user"
homepage="https://projects.archlinux.org/users/thomas/capchroot.git/"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9e28571684022698921f25711f60f3e634206412851150905ec73cfd63bc0e92
long_desc="
A tool that allows users to chroot to certain directories without
root privileges."
conf_files="/etc/capchroot.allow"

View file

@ -1,14 +0,0 @@
--- properties/connman-properties.desktop.in.orig 2009-12-03 07:24:53.350593600 +0100
+++ properties/connman-properties.desktop.in 2009-12-03 07:24:58.559852418 +0100
@@ -7,4 +7,3 @@ Exec=connman-properties
Terminal=false
Type=Application
Categories=Settings;
-OnlyShowIn=GNOME;
--- applet/connman-applet.desktop.in.orig 2009-12-03 07:25:39.932888037 +0100
+++ applet/connman-applet.desktop.in 2009-12-03 07:25:44.893948081 +0100
@@ -7,4 +7,3 @@ Exec=connman-applet
Terminal=false
Type=Application
Categories=
-OnlyShowIn=GNOME;

View file

@ -1,28 +0,0 @@
# Template file for 'connman-gnome'
pkgname=connman-gnome
version=0.5
revision=3
distfiles="${KERNEL_SITE}/network/connman/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="pkg-config intltool glib-devel gtk+-devel dbus-glib-devel"
fulldepends="connman desktop-file-utils hicolor-icon-theme"
short_desc="Open Source CONNection MANager GTK+2 frontend"
homepage="https://git.kernel.org/cgit/network/connman/connman-gnome.git"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e2bab2c3d8efea54bb57bc98821b56de4a82e284281f26b8ea162d9ce30ce79e
long_desc="
The ConnMan project provides a daemon for managing internet connections
within embedded devices running the Linux operating system. The Connection
Manager is designed to be slim and to use as few resources as possible,
so it can be easily integrated. It is a fully modular system that can be
extended, through plug-ins, to support all kinds of wired or wireless
technologies. Also, configuration methods, like DHCP and domain name
resolving, are implemented using plug-ins. The plug-in approach allows for
easy adaption and modification for various use cases.
This provides a GTK+2 frontend for connman."

View file

@ -1,16 +0,0 @@
# Template file for 'klibc-resume'
pkgname=klibc-resume
version=1.5.15
revision=3
wrksrc=resume
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
short_desc="Klibc resume command"
homepage="http://www.kernel.org/"
license="GPL-2/BSD"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://xbps.nopcode.org/distfiles/resume-$version.tar.gz"
checksum=ab130e243a0a831be2ed4706bfa6a71033e0be8d1f7a3b336593febfbad76efc
long_desc="
This package provides the resume command from klibc-${version} to allow
resuming from hibernation via the initramfs."

View file

@ -1,13 +0,0 @@
# Template file for 'ncurses32-devel'.
#
depends="glibc32-devel ncurses32"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove "usr/lib32/*.a" usr/lib32
}

View file

@ -1,48 +0,0 @@
# Template file for 'ncurses32'
pkgname=ncurses32
version=5.9
distfiles="
http://xbps.nopcode.org/repos/current/i686/ncurses-libs-${version}.i686.xbps
http://xbps.nopcode.org/repos/current/i686/ncurses-devel-${version}.i686.xbps"
depends="glibc32"
makedepends="bsdtar"
revision=2
short_desc="A System V Release 4.0 curses emulation library (32 bits)"
homepage="http://www.gnu.org/software/ncurses/"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum="
1a4593225d3d4bc96d423c1dae519d4b0271fd20007065a6751d044a2b7cca6c
59318d6cebe8f839a26d4a6114762bbec9d49a0dcaf1bbee5e25fd296a82cb31"
long_desc="
The ncurses (new curses) library is a freeware emulation of System V Release
4.0 curses. It uses terminfo format, supports pads and color and multiple
highlights and forms characters and function-key mapping, and has all the
other SYSV-curses enhancements over BSD curses. The distribution includes
the library and support utilities, including a terminfo compiler tic, a
ecompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.
Full manual pages are provided for the library and tools.
This package installs the ncurses 32 bit libraries for x86_64 systems."
subpackages="$pkgname-devel"
nostrip=yes
noextract=yes
noverifyrdeps=yes
only_for_archs=x86_64
do_install()
{
for f in ${distfiles}; do
local srcfile="${XBPS_SRCDISTDIR}/$(basename ${f})"
bsdtar xf ${srcfile} -C ${wrksrc}
done
vmkdir lib32
vmkdir usr/lib32
vcopy "lib/*.so*" lib32
vcopy "usr/lib/*.a" usr/lib32
vcopy "usr/lib/*.so*" usr/lib32
ln -sf /lib32/libncursesw.so.6.0 ${DESTDIR}/usr/lib32/libncursesw.so
}