summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:13 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:13 +0000
commit869337db1dbb2407ed3bc0d30a9cd786e73cadc3 (patch)
tree578b85165ba595e6f00189c3f83d29ae75da264c /dev-libs
parent*** empty log message *** (diff)
downloadhistorical-869337db1dbb2407ed3bc0d30a9cd786e73cadc3.tar.gz
historical-869337db1dbb2407ed3bc0d30a9cd786e73cadc3.tar.bz2
historical-869337db1dbb2407ed3bc0d30a9cd786e73cadc3.zip
*** empty log message ***
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/glib-1.2.8-r1.ebuild12
-rw-r--r--dev-libs/openssl/openssl-0.9.6.ebuild3
2 files changed, 2 insertions, 13 deletions
diff --git a/dev-libs/glib/glib-1.2.8-r1.ebuild b/dev-libs/glib/glib-1.2.8-r1.ebuild
index f09498f41c1b..f15e58e40ee4 100644
--- a/dev-libs/glib/glib-1.2.8-r1.ebuild
+++ b/dev-libs/glib/glib-1.2.8-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.4 2000/10/23 11:27:13 achim Exp $
# also, this script now has pre/post inst/rm support
@@ -12,14 +12,6 @@ DESCRIPTION="The GLib library of C routines"
SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A}
HOMEPAGE="http://www.gtk.org/"
-pkg_postinst() {
- /sbin/ldconfig
-}
-
-pkg_postrm() {
- /sbin/ldconfig
-}
-
src_compile() {
cd ${S}
try ./configure --host=${CHOST} --prefix=/usr --with-threads=posix
@@ -29,8 +21,6 @@ src_compile() {
src_install() {
cd ${S}
try make install prefix=${D}/usr
- prepman /usr
- prepinfo /usr
dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS
cd docs
docinto html
diff --git a/dev-libs/openssl/openssl-0.9.6.ebuild b/dev-libs/openssl/openssl-0.9.6.ebuild
index 0a7b8ee7f146..a352e8fc2c84 100644
--- a/dev-libs/openssl/openssl-0.9.6.ebuild
+++ b/dev-libs/openssl/openssl-0.9.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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/dev-libs/openssl/openssl-0.9.6.ebuild,v 1.1 2000/09/26 17:13:48 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6.ebuild,v 1.2 2000/10/23 11:27:13 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -20,7 +20,6 @@ src_compile() {
src_install() {
try make INSTALL_PREFIX=${D} install
mv ${D}/usr/ssl/man ${D}/usr
- prepman
dodoc CHANGES* FAQ LICENSE NEWS README
dodoc doc/*.txt
docinto html