summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-01 18:55:15 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-01 18:55:15 +0000
commit6c40269679eb8f7da5bf5e72b9fe302b761737ce (patch)
treead1a8c0a351da2db3fc29bbd0378874de3b94857 /app-arch/upm/files/upm-0.85-gentoo.diff
parentapp-crypt/steghide removal. Bug #319679 (diff)
downloadgentoo-2-6c40269679eb8f7da5bf5e72b9fe302b761737ce.tar.gz
gentoo-2-6c40269679eb8f7da5bf5e72b9fe302b761737ce.tar.bz2
gentoo-2-6c40269679eb8f7da5bf5e72b9fe302b761737ce.zip
app-arch/upm removal. Bug #371157
Diffstat (limited to 'app-arch/upm/files/upm-0.85-gentoo.diff')
-rw-r--r--app-arch/upm/files/upm-0.85-gentoo.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/upm/files/upm-0.85-gentoo.diff b/app-arch/upm/files/upm-0.85-gentoo.diff
deleted file mode 100644
index a3d273ad8682..000000000000
--- a/app-arch/upm/files/upm-0.85-gentoo.diff
+++ /dev/null
@@ -1,24 +0,0 @@
---- upm-0.85/standard.def.jj 2002-12-27 15:39:29.000000000 +0000
-+++ upm-0.85/standard.def 2002-12-27 15:39:37.000000000 +0000
-@@ -42,8 +42,8 @@
-
- # UserIDs for access to metadata and building
- # uPM will build as root if these are commented out.
--upmuser=upm
--builduser=build
-+upmuser=portage
-+builduser=portage
-
- [mirror]
- # List of mirrors to be used using S @<mirrorname>/path P @<mirrorname>/path
---- upm-0.85/upm.c.jj 2002-12-27 16:16:37.000000000 +0000
-+++ upm-0.85/upm.c 2002-12-27 16:17:00.000000000 +0000
-@@ -4509,7 +4509,7 @@
- if (!mdep_install(m)) { error("%s: Failed to build necessary components",p->name);goto buildfail; }
- }
- }
-- if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);goto buildfail; }
-+ if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);/*goto buildfail;*/ }
- }
-
- /* set key environment variables describing locations and names */