diff options
Diffstat (limited to 'net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild')
-rw-r--r-- | net-misc/apt-cacher-ng/apt-cacher-ng-0.3.8.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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." } |