From d773f929e02539816f29a9935cb21b1ba8fc61a2 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 12 Apr 2009 15:59:44 +0000 Subject: net-misc/apt-cacher-ng: Shorten description, added elog notice about cron jobs, thank Tommy. svn path=/sunrise/; revision=8283 --- net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild') diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild index ce4010cb1..a0ca79922 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild @@ -7,7 +7,7 @@ inherit eutils MY_PV=${PV%.*} MY_DPV=${PV#*.*.*.} -DESCRIPTION="Apt-Cacher NG is yet another implementation of a HTTP proxy for Debian/Ubuntu software packages written in C++" +DESCRIPTION="Yet another implementation of a HTTP proxy for Debian/Ubuntu software packages written in C++" HOMEPAGE="http://www.unix-ag.uni-kl.de/~bloch/acng/" SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}.orig.tar.gz mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${MY_DPV}.diff.gz" @@ -101,4 +101,5 @@ pkg_postinst() { elog "filesystem." elog " Manual page : man 8 acngfs" fi + elog "Please note: this ebuild installs /etc/cron.daily/${PN} cron job." } -- cgit v1.2.3-65-gdbad