summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-06-18 21:22:32 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-06-18 21:22:32 +0000
commit095e89348430efdfd48a0bebb9764da65e3433c4 (patch)
treead50300895b7b5788cbdf9cbe17a471fa95a7459 /media-libs/libdvdnav
parentfew updates to ebuild (diff)
downloadgentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.tar.gz
gentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.tar.bz2
gentoo-2-095e89348430efdfd48a0bebb9764da65e3433c4.zip
minor updates, einfo, slot, things of the like.
Diffstat (limited to 'media-libs/libdvdnav')
-rw-r--r--media-libs/libdvdnav/libdvdnav-0.1.1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild
index 1381bde8ee63..84e3211459cc 100644
--- a/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild
+++ b/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Arcady Genkin <agenkin@thpoon.com>
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild,v 1.2 2002/06/17 18:50:57 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.1.ebuild,v 1.3 2002/06/18 21:22:32 lostlogic Exp $
DESCRIPTION="Library for DVD navigation tools."
HOMEPAGE="http://sourceforge.net/projects/dvd/"
@@ -28,3 +28,11 @@ src_install () {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING INSTALL NEWS README
}
+
+pkg_postinst() {
+ einfo
+ einfo "Please remove old versions of libdvdnav manually,"
+ einfo "having multiple versions installed can cause problems."
+ einfo
+}
+