diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:44:46 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-08-27 20:44:46 +0000 |
commit | 4bff59da12ad348ef57dca4c3ee92cf318905760 (patch) | |
tree | fcf23353071b4dcc36b00aa6acff3c54aca7daab /app-misc/note | |
parent | version bump. ebuild doesn't use patches anymore, but sed (diff) | |
download | gentoo-2-4bff59da12ad348ef57dca4c3ee92cf318905760.tar.gz gentoo-2-4bff59da12ad348ef57dca4c3ee92cf318905760.tar.bz2 gentoo-2-4bff59da12ad348ef57dca4c3ee92cf318905760.zip |
removed the einfo's at the end of the pkg_install
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-misc/note')
-rw-r--r-- | app-misc/note/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/note/Manifest | 14 | ||||
-rw-r--r-- | app-misc/note/note-1.3.1.ebuild | 28 |
3 files changed, 7 insertions, 40 deletions
diff --git a/app-misc/note/ChangeLog b/app-misc/note/ChangeLog index 0ee422dc205c..3f074e88843c 100644 --- a/app-misc/note/ChangeLog +++ b/app-misc/note/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/note # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/note/ChangeLog,v 1.9 2005/06/30 22:01:34 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/note/ChangeLog,v 1.10 2005/08/27 20:44:46 rphillips Exp $ + + 27 Aug 2005; <rphillips@gentoo.org> note-1.3.1.ebuild: + Removed the einfo's at the end of the ebuild *note-1.3.1 (30 Jun 2005) diff --git a/app-misc/note/Manifest b/app-misc/note/Manifest index aa62be77da26..7abe682b3e41 100644 --- a/app-misc/note/Manifest +++ b/app-misc/note/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 84385484c1e7d49795cf448e6de9e94c note-1.2.5.ebuild 595 MD5 ab07f6344182e97acf5cd3b8a37ed31f note-1.2.5-r1.ebuild 679 -MD5 223e11c45b6630a47f3587094306c647 note-1.3.1.ebuild 2519 -MD5 c26a110c66a9eb86c2c2b4225b421cbe ChangeLog 928 +MD5 543066a5f76bef8a3fb853c005d115c1 note-1.3.1.ebuild 1372 +MD5 e8450c07050db605acc71fb1bd7b46d4 ChangeLog 1033 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5-r1 61 MD5 3d085f1802e378a2e32d3f11e93272f7 files/digest-note-1.2.5 61 MD5 29132429cc12f4060c04fc92116f1818 files/digest-note-1.3.1 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCzRXvBXaUFmZvwyMRAuyNAJ41VpPZmNQnaNzipiF6srdCELs/7QCfcrgt -3CswyuKhUpv+ExZI/+FglW8= -=kSqH ------END PGP SIGNATURE----- diff --git a/app-misc/note/note-1.3.1.ebuild b/app-misc/note/note-1.3.1.ebuild index 41f45631124a..d0d5f426c580 100644 --- a/app-misc/note/note-1.3.1.ebuild +++ b/app-misc/note/note-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.3.1.ebuild,v 1.2 2005/07/07 11:45:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/note/note-1.3.1.ebuild,v 1.3 2005/08/27 20:44:46 rphillips Exp $ inherit perl-module @@ -50,29 +50,3 @@ src_install() { dodoc README Changelog TODO UPGRADE VERSION } -pkg_postinst() -{ - einfo "" - einfo "Note permit you to use many backend driver for storage" - einfo "Here, you can defined which you want install my USE flag" - einfo "Driver available :" - einfo " binary Always installed, default mode, store data in binary mode" - einfo " mysql Allow to store your note in a mysql db" - einfo " dbm Allow to store your note in a dbm db" - einfo " text Use a serializer to store data" - einfo " general Store your note in a plain-text file (Very usefull)" - einfo "" - einfo "So if you want to use a driver that is not in your USE flag" - einfo "You can specify one (or many) like that :" - einfo " USE=\"-mysql general\" emerge note" - einfo "or (better way)" - einfo " echo \"app-misc/note -mysql general\" >> /etc/portage/package.use" - einfo "" - einfo "A default config file is available is /etc/noterc" - einfo "Modify it to specify which backend you want to use and many other things" - einfo "You can also have a per user noterc in ~/.noterc" - einfo "" - einfo "Have a look on /usr/share/note" - einfo "There are many informations about mysql (if you use the USE flag mysql) backend and a stresstest script" - einfo "" -} |