diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-24 08:21:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-24 08:21:32 +0000 |
commit | 7a9a95daea75cc82f2c48ee72fc4344914f5f22d (patch) | |
tree | 9d300b673abce5afa2c881c7babff4745a2eac16 /gnome-base/oaf | |
parent | man pages moved to /usr/share/man (diff) | |
download | gentoo-2-7a9a95daea75cc82f2c48ee72fc4344914f5f22d.tar.gz gentoo-2-7a9a95daea75cc82f2c48ee72fc4344914f5f22d.tar.bz2 gentoo-2-7a9a95daea75cc82f2c48ee72fc4344914f5f22d.zip |
man pages moved to /usr/share/man
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/ChangeLog | 11 | ||||
-rw-r--r-- | gnome-base/oaf/files/digest-oaf-0.6.7 | 1 | ||||
-rw-r--r-- | gnome-base/oaf/files/digest-oaf-0.6.8-r1 | 1 | ||||
-rw-r--r-- | gnome-base/oaf/oaf-0.6.8-r1.ebuild (renamed from gnome-base/oaf/oaf-0.6.7.ebuild) | 9 |
4 files changed, 17 insertions, 5 deletions
diff --git a/gnome-base/oaf/ChangeLog b/gnome-base/oaf/ChangeLog index 49b7e669d21c..15a44b3cb2c3 100644 --- a/gnome-base/oaf/ChangeLog +++ b/gnome-base/oaf/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for gnome-base/oaf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.2 2002/03/05 17:21:59 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.3 2002/03/24 08:21:32 seemant Exp $ + +*oaf-0.6.8-r1 + + 22 Mar 2002; Seemant Kulleen <seemant@gentoo.org> oaf-0.6.8-r1.ebuild : + + Matthew Kennedy submitted fixes to place the man pages in the MANPATH and + that increases LFH compliance as well. + +*oaf-0.6.8 5 March 2002; M.Schlemmer <azarah@gentoo.org> oaf-0.6.8.ebuild diff --git a/gnome-base/oaf/files/digest-oaf-0.6.7 b/gnome-base/oaf/files/digest-oaf-0.6.7 deleted file mode 100644 index efbb51a2b9cf..000000000000 --- a/gnome-base/oaf/files/digest-oaf-0.6.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 2bd788bb4346eea3681267088163ee8e oaf-0.6.7.tar.gz 542114 diff --git a/gnome-base/oaf/files/digest-oaf-0.6.8-r1 b/gnome-base/oaf/files/digest-oaf-0.6.8-r1 new file mode 100644 index 000000000000..b4ee3fa36030 --- /dev/null +++ b/gnome-base/oaf/files/digest-oaf-0.6.8-r1 @@ -0,0 +1 @@ +MD5 d1a7cd8cd87b78fe049c225d4f0a7f1e oaf-0.6.8.tar.gz 550965 diff --git a/gnome-base/oaf/oaf-0.6.7.ebuild b/gnome-base/oaf/oaf-0.6.8-r1.ebuild index 6fe83df5c98f..cce673a319b3 100644 --- a/gnome-base/oaf/oaf-0.6.7.ebuild +++ b/gnome-base/oaf/oaf-0.6.8-r1.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.7.ebuild,v 1.1 2001/10/28 14:10:28 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.8-r1.ebuild,v 1.1 2002/03/24 08:21:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Object Activation Framework for GNOME" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" RDEPEND="virtual/glibc - >=dev-libs/popt-1.5 + >=dev-libs/popt-1.5 >=gnome-base/ORBit-0.5.10-r1 >=dev-libs/libxml-1.8.15" DEPEND="${RDEPEND} >=sys-devel/perl-5 + dev-util/indent nls? ( sys-devel/gettext )" src_unpack() { @@ -35,6 +36,7 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ + --mandir=/usr/share/man \ --sysconfdir=/etc \ --localstatedir=/var/lib \ ${myconf} || die @@ -44,6 +46,7 @@ src_compile() { src_install() { make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ sysconfdir=${D}/etc \ localstatedir=${D}/var/lib \ install || die |