summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-12-09 15:27:13 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-12-09 15:27:13 +0000
commitbde12e65559e2c39eea304420ce27d2c1897fd02 (patch)
treef4032d2cc6de7db5817a23bd585a1bd60ec21935 /x11-apps/rgb
parentversion bump, and this one should finally work with amd64 and other 64bit arches (diff)
downloadhistorical-bde12e65559e2c39eea304420ce27d2c1897fd02.tar.gz
historical-bde12e65559e2c39eea304420ce27d2c1897fd02.tar.bz2
historical-bde12e65559e2c39eea304420ce27d2c1897fd02.zip
Unused file.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/rgb')
-rw-r--r--x11-apps/rgb/ChangeLog6
-rw-r--r--x11-apps/rgb/files/rgb-path.patch19
2 files changed, 5 insertions, 20 deletions
diff --git a/x11-apps/rgb/ChangeLog b/x11-apps/rgb/ChangeLog
index b9fea09e4d59..bed2093b11aa 100644
--- a/x11-apps/rgb/ChangeLog
+++ b/x11-apps/rgb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/rgb
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.13 2005/12/09 06:36:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.14 2005/12/09 15:22:53 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -files/rgb-path.patch:
+ Unused file.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-rgb-0.99.0-r1.ebuild, -rgb-0.99.1.ebuild, -rgb-0.99.2.ebuild:
diff --git a/x11-apps/rgb/files/rgb-path.patch b/x11-apps/rgb/files/rgb-path.patch
deleted file mode 100644
index cfd2ffc6bd27..000000000000
--- a/x11-apps/rgb/files/rgb-path.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: configure.ac
-===================================================================
-RCS file: /cvs/xorg/app/rgb/configure.ac,v
-retrieving revision 1.3
-retrieving revision 1.4
-diff -u -b -B -r1.3 -r1.4
---- configure.ac 29 Jul 2005 21:22:30 -0000 1.3
-+++ configure.ac 1 Aug 2005 22:35:37 -0000 1.4
-@@ -40,8 +40,8 @@
- AC_MSG_CHECKING([for rgb database location])
- AC_ARG_WITH([rgb-db-dir],
- AC_HELP_STRING([--with-rgb-db=<path>],
-- [rgb database location (default is libdir/rgb)]),
-- [db_path=$withval], [db_path=$libdir/rgb])
-+ [rgb database location (default is libdir/X11/rgb)]),
-+ [db_path=$withval], [db_path=$libdir/X11/rgb])
- AC_MSG_RESULT([$db_path])
- dnl XXX not working - AC_DEFINE([RGB_DB], $db_path, [set to location of rgb database (without any file type suffix)])
- db_file=`basename $db_path`