summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-14 12:17:29 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-14 12:17:29 +0000
commit1601363f000a4b04886ff1ffc096e871b98726c6 (patch)
tree63e9905a62b22cc172c554cd74d788b885ff598d /app-portage
parentmake multilib ready - remove old version - EAPI=2 (diff)
downloadgentoo-2-1601363f000a4b04886ff1ffc096e871b98726c6.tar.gz
gentoo-2-1601363f000a4b04886ff1ffc096e871b98726c6.tar.bz2
gentoo-2-1601363f000a4b04886ff1ffc096e871b98726c6.zip
clean up stray patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/g-ctan/ChangeLog6
-rw-r--r--app-portage/g-ctan/files/g-ctan-2008.1-fix-overlay-detection.patch13
2 files changed, 5 insertions, 14 deletions
diff --git a/app-portage/g-ctan/ChangeLog b/app-portage/g-ctan/ChangeLog
index 713873458c1f..9f2a32b5be24 100644
--- a/app-portage/g-ctan/ChangeLog
+++ b/app-portage/g-ctan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/g-ctan
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/ChangeLog,v 1.10 2010/01/11 10:17:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-ctan/ChangeLog,v 1.11 2010/01/14 12:17:29 fauli Exp $
+
+ 14 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ -files/g-ctan-2008.1-fix-overlay-detection.patch:
+ clean up stray patch
*g-ctan-2008.2 (11 Jan 2010)
diff --git a/app-portage/g-ctan/files/g-ctan-2008.1-fix-overlay-detection.patch b/app-portage/g-ctan/files/g-ctan-2008.1-fix-overlay-detection.patch
deleted file mode 100644
index 76b64953b3f6..000000000000
--- a/app-portage/g-ctan/files/g-ctan-2008.1-fix-overlay-detection.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'modules/ebuild'
---- modules/ebuild 2009-09-14 21:41:25 +0000
-+++ modules/ebuild 2009-09-23 10:09:51 +0000
-@@ -48,7 +48,7 @@
- # Manifest generation.
- prepare_ebuild() {
- # Make sure that set_up() (for PV variable) has been called before.
-- if ! [[ $(portageq portdir_overlay | grep "${G_OVERLAY_DIR%%/}.") ]]
-+ if ! [[ $(portageq portdir_overlay | grep "${G_OVERLAY_DIR%%/}") ]]
- then
- failure "Configured location ${G_OVERLAY_DIR} is not found in"
- failure "PORTDIR_OVERLAY variable in /etc/make.conf. Please"
-