pkg-get: removed.

This commit is contained in:
Tilman Sauerbeck 2009-05-29 14:43:47 +02:00
parent 3c282c4a6e
commit d001c86a1e
5 changed files with 0 additions and 56 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/pkg-get.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkg-get
-rwxr-xr-x root/root usr/bin/pkg-repgen
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pkg-get.8.gz
-rw-r--r-- root/root usr/man/man8/pkg-repgen.8.gz

View File

@ -1,2 +0,0 @@
5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz
c3fb4f7ca868903da78d316be77cca16 pkg-get.patch

View File

@ -1,17 +0,0 @@
# Description: Package management tool for CRUX Linux
# URL: http://www.varlock.com
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on:
name=pkg-get
version=0.4.5
release=2
source=(http://www.varlock.com/files/$name-$version.tar.gz \
$name.patch)
build() {
cd $name-$version
patch -p1 < ../$name.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
}

View File

@ -1,15 +0,0 @@
IMPORTANT
the PKGREPO file format chaged a bit from 0.3.3,
please regenerate your repositories with pkg-repgen
the /etc/pkg-get.conf options slightly changed
in version 0.3.0 in order to handle multiple
repositories.
pkg-get is beta software. I did not have much
time to test it, expecially latest features
added (locking, pre-post install scripts, printf).
Comments and contributions are welcome.
Simone Rota

View File

@ -1,12 +0,0 @@
diff -Nru pkg-get-0.4.5.orig/scripts/pkg-get.pl pkg-get-0.4.5/scripts/pkg-get.pl
--- pkg-get-0.4.5.orig/scripts/pkg-get.pl 2006-07-13 05:04:11.000000000 +0200
+++ pkg-get-0.4.5/scripts/pkg-get.pl 2006-07-17 13:01:37.524719500 +0200
@@ -943,7 +943,7 @@
printf("%-19s %-19s %-19s\n\n","Package","Installed","Available in the repositories");
$gotdiff = 1;
}
- printf("%-19s %-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'});
+ printf("%-19s %-19s %-19s\n", $pkg{'name'}, $pkg{'instversion'}, $pkg{'version'}."-".$pkg{'release'});
} elsif ($all) { # yeah, it blows, at least avoid to read the locked state twice.
if ($gotdiff == 0){
print "Differences between installed packages and packages repo:\n\n";