diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-23 22:03:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-23 22:03:51 +0000 |
commit | 78579eb027932f8832f8916210d0fe8e5edac5d0 (patch) | |
tree | dd37fdfdd1a17c33b7ee2d43a94b025dc8775ded /app-i18n/xcin | |
parent | new distcc-2.4.2 (diff) | |
download | historical-78579eb027932f8832f8916210d0fe8e5edac5d0.tar.gz historical-78579eb027932f8832f8916210d0fe8e5edac5d0.tar.bz2 historical-78579eb027932f8832f8916210d0fe8e5edac5d0.zip |
fix paths in xcinrc
Diffstat (limited to 'app-i18n/xcin')
-rw-r--r-- | app-i18n/xcin/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/xcin/Manifest | 8 | ||||
-rw-r--r-- | app-i18n/xcin/files/gentoo-xcinrc | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/app-i18n/xcin/ChangeLog b/app-i18n/xcin/ChangeLog index 086aa97b9426..db558fec17b0 100644 --- a/app-i18n/xcin/ChangeLog +++ b/app-i18n/xcin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/xcin # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.4 2003/02/12 04:56:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xcin/ChangeLog,v 1.5 2003/05/23 22:03:41 liquidx Exp $ + + 23 May 2003; Alastair Tse <liquidx@gentoo.org> files/gentoo-xcinrc: + fix wrong xcin path in xcinrc *xcin-2.5.3_pre2 (11 Oct 2002) diff --git a/app-i18n/xcin/Manifest b/app-i18n/xcin/Manifest new file mode 100644 index 000000000000..72c35aa6d584 --- /dev/null +++ b/app-i18n/xcin/Manifest @@ -0,0 +1,8 @@ +MD5 529c1cee087badbcf33847228e8cc211 ChangeLog 853 +MD5 fe6c952e02e106c2af05d3b92f24e1b9 xcin-2.5.2.3.ebuild 1017 +MD5 3b966aebfb9ac78e5cb1c59800f58a60 xcin-2.5.3_pre2.ebuild 1688 +MD5 698d94bfd746092fb8e1eda636dba660 files/digest-xcin-2.5.2.3 65 +MD5 5aced2b4a30907127ff8090d320e0f8e files/digest-xcin-2.5.3_pre2 147 +MD5 ef91a9aa450278758e82e712b3296141 files/gentoo-xcinrc 7927 +MD5 31ddfe2e1c6e6354ab2dec0a41d28bdf files/xcin-gentoo.patch 1535 +MD5 3cff29c7fef9ace734719fe5434e43c1 files/xcin-2.5.3_pre2/gentoo-xcin.patch 468 diff --git a/app-i18n/xcin/files/gentoo-xcinrc b/app-i18n/xcin/files/gentoo-xcinrc index 5962f5652647..ff215696ccbe 100644 --- a/app-i18n/xcin/files/gentoo-xcinrc +++ b/app-i18n/xcin/files/gentoo-xcinrc @@ -7,7 +7,7 @@ ; ; Directories. ; -(define XCIN_DEFAULT_DIR "/usr/lib/xcin") +(define XCIN_DEFAULT_DIR "/usr/lib/X11/xcin25") (define XCIN_USER_DIR ".xcin") ; |