--- /usr/portage/media-gfx/icoutils/icoutils-0.23.0.ebuild 2006-03-06 15:36:13.000000000 +0100 +++ /usr/local/portage/media-gfx/icoutils/icoutils-0.26.0.ebuild 2006-03-14 21:08:45.000000000 +0100 @@ -3,8 +3,8 @@ # $Header: /var/cvsroot/gentoo-x86/media-gfx/icoutils/icoutils-0.23.0.ebuild,v 1.4 2006/03/06 14:10:22 flameeyes Exp $ DESCRIPTION="A set of programs for extracting and converting images in Microsoft Windows icon and cursor files (.ico, .cur)." -HOMEPAGE="http://www.student.lu.se/~nbi98oli" -SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/icoutils/" +SRC_URI="http://savannah.nongnu.org/download/icoutils/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2" @@ -28,3 +28,16 @@ einstall || die dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" } + +pkg_postinst() { + + einfo + einfo "Note you must have >=dev-lang/perl-5.6 installed to be able" + einfo "to use the bundled \"extresso\" and \"genresscript\" tools" + einfo "(read their man pages to see if you need them). \"genresscript\"" + einfo "also uses >=dev-perl/libwww-perl-5.64 to fetch files." + einfo + einfo "Finally, do note that the main tool is named \"icotool\"." + einfo + +}