summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-06-04 22:03:34 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-06-04 23:15:15 +0200
commit74548a4162802e9b1e4c076985e7fa96ca2e2880 (patch)
tree4a0d9d14ae365cf41f734284d81db497e3402148
parentapp-backup/bup-0.14a: Version bump (diff)
downloadkork-74548a4162802e9b1e4c076985e7fa96ca2e2880.tar.gz
kork-74548a4162802e9b1e4c076985e7fa96ca2e2880.tar.bz2
kork-74548a4162802e9b1e4c076985e7fa96ca2e2880.zip
app-backup/bup-0.13: Delete old version
-rw-r--r--app-backup/bup/Manifest3
-rw-r--r--app-backup/bup/bup-0.13a.ebuild47
-rw-r--r--app-backup/bup/files/00_all_Add-a-make-install-target.patch79
3 files changed, 0 insertions, 129 deletions
diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest
index c85fd5f..a1b0088 100644
--- a/app-backup/bup/Manifest
+++ b/app-backup/bup/Manifest
@@ -1,8 +1,5 @@
-AUX 00_all_Add-a-make-install-target.patch 2522 RMD160 2bbcf0255bb4d786962cb9de5f0815b4bd94a616 SHA1 1b8dd8c804c518be99712790f38f29c6c316eec7 SHA256 a1eb88dc30aec6489ba105deef9941f10e29fd3d96c7cb54fb179c54b1b1973e
-DIST apenwarr-bup-a755ceb.tar.gz 222983 RMD160 7472c66683767014d10018f9cf304200a42149fa SHA1 dca153cd499fd7e675f28aed6638e0dba4825996 SHA256 21d7fab38e617791c5e3da91b03e169eb785ca2ffa2b98339d5706c670d68154
DIST apenwarr-bup-bup-0.14-0-g0e3565a.tar.gz 237355 RMD160 625f96cdff945339a793e10b588553e7136325c7 SHA1 4f021a4a5d014cf4542da32ea454bd8425cb391e SHA256 65b988cf845cdc77e69f067af3169a627ae37ed251dc8f1253a657650ed658e7
DIST apenwarr-bup-bup-0.14a-0-gddf85b1.tar.gz 214428 RMD160 de91e74eb52b31e8dbeb1cc4544c184df28eaaa4 SHA1 5fe0795fe1ed8f2cad9e08b95b26898eb627854e SHA256 0b3d3187524cf1108693ccf58c4379efb5e22ca5c3f89c84c83164e0a7da1754
-EBUILD bup-0.13a.ebuild 926 RMD160 66ce91eaabaca39334b55ceb3a7032bddd969cb1 SHA1 776d7ba67bc6815ff3678b2d6ab836de4c5b0967 SHA256 4a2252235bb2a061800eea332c42906bbd4c3bd1323d6fd3d1191000f805ec6c
EBUILD bup-0.14.ebuild 936 RMD160 b3ff82d9f6c47e8c8fe97c7ae89d509c080323fc SHA1 4c2b84dd88af1e82b1e36daf7a550c846b1273e3 SHA256 440b4349d2415beecf2991ce018f5d8e7ef861b3beae19212d104f7e1c5af2d4
EBUILD bup-0.14a.ebuild 943 RMD160 5912b29a769d10d9a18b476f46b01869277ca4e0 SHA1 408c989a46eb416ff11ffe8ec16c97c3109572a1 SHA256 0d4aa4030f0e69f7a5777dd4e7e6e0e8334c1020547a2eb3448dd301e772136b
EBUILD bup-9999.ebuild 426 RMD160 a81193113023437d7faf0183d6788822661c208a SHA1 2eb4d730876d4a588b67883a553779c19cf57d7d SHA256 1b9b5bd9f5db3f97d00bccc37329a728c8eca06c71734c1ea46c608aa00ca4d8
diff --git a/app-backup/bup/bup-0.13a.ebuild b/app-backup/bup/bup-0.13a.ebuild
deleted file mode 100644
index 807f8ed..0000000
--- a/app-backup/bup/bup-0.13a.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2100 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="It backs things up (pretty cool, huh?)"
-HOMEPAGE="http://github.com/apenwarr/bup"
-GITHUBHASH="a755ceb"
-SRC_URI="http://download.github.com/apenwarr-${PN}-${GITHUBHASH}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="|| (
- dev-lang/python:2.4
- dev-lang/python:2.5
- dev-lang/python:2.6
- dev-lang/python:2.7
- )
- dev-vcs/git
- app-arch/par2cmdline
- dev-python/fuse-python
- app-text/pandoc"
-
-S="${WORKDIR}/apenwarr-${PN}-${GITHUBHASH}"
-
-src_prepare() {
- epatch "${FILESDIR}/00_all_Add-a-make-install-target.patch" \
- || die "epatch failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README
-}
-
-src_test() {
- emake test || die "emake test failed"
-}
diff --git a/app-backup/bup/files/00_all_Add-a-make-install-target.patch b/app-backup/bup/files/00_all_Add-a-make-install-target.patch
deleted file mode 100644
index bb1ace8..0000000
--- a/app-backup/bup/files/00_all_Add-a-make-install-target.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From 6684f694a9ff6e2d720b3eb5042c6aad5f686d9d Mon Sep 17 00:00:00 2001
-From: Avery Pennarun <apenwarr@gmail.com>
-Date: Thu, 1 Apr 2010 19:34:03 -0400
-Subject: [PATCH 4/7] Add a 'make install' target.
-
-Also change main.py to search around in appropriate places for the installed
-library files. By default, if your bup is in /usr/bin/bup, it'll look in
-/usr/lib/bup. (It drops two words off the end of the filename and adds
-/lib/bup to the end.)
-
-This also makes the Debian packager at
- http://git.debian.org/collab-maint/bup
-actually produce a usable package.
----
- Makefile | 22 ++++++++++++++++++++++
- main.py | 12 ++++++++++--
- 2 files changed, 32 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 40cae28..217b852 100644
---- a/Makefile
-+++ b/Makefile
-@@ -21,6 +21,28 @@ default: all
-
- all: cmds bup lib/bup/_hashsplit$(SOEXT) \
- Documentation/all
-+
-+INSTALL=install
-+MANDIR=$(DESTDIR)/usr/share/man
-+DOCDIR=$(DESTDIR)/usr/share/doc/bup
-+BINDIR=$(DESTDIR)/usr/bin
-+LIBDIR=$(DESTDIR)/usr/lib/bup
-+install: all
-+ $(INSTALL) -d $(MANDIR)/man1 $(DOCDIR) $(BINDIR) \
-+ $(LIBDIR)/bup $(LIBDIR)/cmd
-+ $(INSTALL) -o 0 -g 0 -m 0644 \
-+ $(wildcard Documentation/*.1) \
-+ $(MANDIR)/man1
-+ $(INSTALL) -o 0 -g 0 -m 0644 \
-+ $(wildcard Documentation/*.html) \
-+ $(DOCDIR)
-+ $(INSTALL) -o 0 -g 0 -m 0755 bup $(BINDIR)
-+ $(INSTALL) -o 0 -g 0 -m 0755 \
-+ $(wildcard cmd/bup-*) \
-+ $(LIBDIR)/cmd
-+ $(INSTALL) -o 0 -g 0 -m 0644 \
-+ $(wildcard lib/bup/*.so lib/bup/*.py) \
-+ $(LIBDIR)/bup
-
- %/all:
- $(MAKE) -C $* all
-diff --git a/main.py b/main.py
-index 77ec76b..0ac7abc 100755
---- a/main.py
-+++ b/main.py
-@@ -5,10 +5,18 @@ import sys, os, subprocess, signal, getopt
- argv = sys.argv
- exe = argv[0]
- exepath = os.path.split(exe)[0] or '.'
-+exeprefix = os.path.split(os.path.abspath(exepath))[0]
-
- # fix the PYTHONPATH to include our lib dir
--libpath = os.path.join(exepath, 'lib')
--cmdpath = os.path.join(exepath, 'cmd')
-+if os.path.exists("%s/lib/bup/cmd/." % exeprefix):
-+ # installed binary in /.../bin.
-+ # eg. /usr/bin/bup means /usr/lib/bup/... is where our libraries are.
-+ cmdpath = "%s/lib/bup/cmd" % exeprefix
-+ libpath = "%s/lib/bup" % exeprefix
-+else:
-+ # running from the src directory without being installed first
-+ cmdpath = os.path.join(exepath, 'cmd')
-+ libpath = os.path.join(exepath, 'lib')
- sys.path[:0] = [libpath]
- os.environ['PYTHONPATH'] = libpath + ':' + os.environ.get('PYTHONPATH', '')
- os.environ['BUP_MAIN_EXE'] = os.path.abspath(exe)
---
-1.7.0.4
-