diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-05-15 15:15:55 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-05-15 15:15:55 +0200 |
commit | ca7f2c875819cb99d1e8a64cf03042c68f923288 (patch) | |
tree | 76cc732f2390aeb262d60ba710ebe2d02ab63113 /www-apps | |
parent | app-emulation/docker: Remove old (diff) | |
download | gentoo-ca7f2c875819cb99d1e8a64cf03042c68f923288.tar.gz gentoo-ca7f2c875819cb99d1e8a64cf03042c68f923288.tar.bz2 gentoo-ca7f2c875819cb99d1e8a64cf03042c68f923288.zip |
www-apps/nanoblogger: Remove old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nanoblogger/Manifest | 1 | ||||
-rw-r--r-- | www-apps/nanoblogger/nanoblogger-3.3.ebuild | 68 | ||||
-rw-r--r-- | www-apps/nanoblogger/nanoblogger-3.5_rc1.ebuild | 69 |
3 files changed, 0 insertions, 138 deletions
diff --git a/www-apps/nanoblogger/Manifest b/www-apps/nanoblogger/Manifest index 9c92bd8f56a5..59d3dec67556 100644 --- a/www-apps/nanoblogger/Manifest +++ b/www-apps/nanoblogger/Manifest @@ -1,3 +1,2 @@ DIST nanoblogger-3.2.3.tar.gz 54672 BLAKE2B ab53f85d93d30e0db96d62b0dc5c0f079df1710ebe1b35be0c772d44eb01182617bbdfbbcb9e563861b9122363ee660f685683c54995ad539b8cd9803c29b6a1 SHA512 5cd771d1621a6e5fdb60cf34f294e93596584d7535d4a89a98fd8332c85b58e70715a9bf34e46839a1756a8827f37f998f105ba1e494cabefb780e81f6deb8d7 -DIST nanoblogger-3.3.tar.gz 82302 BLAKE2B 16b560de8f5a6b639ad439010aeb6335590bfe5620f29e6a8c1bdd4d96e677b707da7930407641282ecdc58ac031492699e2d211bba757808c8e4bcd7e36b5f2 SHA512 7de711a69ba0db7dd006902c335ce32773b8d02716048802487f683353702cebd164c059ce0a920856ab49a2b833d6524b6c0981d188c5874f42f6b2a6435f7d DIST nanoblogger-3.5-rc1.tar.gz 131833 BLAKE2B d5918e406d0b5c6d82b466b43ed84b413fc539651baa568eacbd70b47eae4b382a4f621c8195631b47ef2039d6a4e0b569596a6d601881b195b1db5f7098d90c SHA512 03a590b1bdf3adb9969e2ce6fda89ece99f33def9f46e1028d2c0724a86f47696c703a5a3bb3c4b1c34418b841702a15bae527cc94eba377ee2003203582de2f diff --git a/www-apps/nanoblogger/nanoblogger-3.3.ebuild b/www-apps/nanoblogger/nanoblogger-3.3.ebuild deleted file mode 100644 index 66a4ec784004..000000000000 --- a/www-apps/nanoblogger/nanoblogger-3.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit bash-completion-r1 - -DESCRIPTION="Small and simple weblog engine written in Bash for the command-line" -HOMEPAGE="http://nanoblogger.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~x86" -IUSE="" - -RDEPEND="app-shells/bash" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's|^\(NB_BASE_DIR=\).*$|\1"/usr/share/nanoblogger"|' \ - -e 's|^\(NB_CFG_DIR=\).*$|\1"/etc"|' \ - -e "s|\$NB_BASE_DIR.*\(nano.*html\)|/usr/share/doc/${PF}/html/\1|" \ - nb || die "sed nb failed" -} - -src_install() { - dobin nb - insinto /usr/share/nanoblogger - doins -r default moods plugins lib lang docs welcome-to-nb.txt - insinto /etc - doins nb.conf - dodoc ChangeLog - dohtml docs/nanoblogger.html - dobashcomp "${FILESDIR}"/nb.bashcomp || die -} - -pkg_postinst() { - elog - elog "Documentation for getting started with nanoblogger may be found at" - elog "/usr/share/doc/${PF}/html/nanoblogger.html or by running 'nb --manual;." - elog - elog "To create and configure a new weblog, run the following as your user:" - elog " nb -b /some/dir -a" - elog "where /some/dir is a directory that DOES NOT exist." - elog - elog "To prevent having to specify your blog directory every time you use" - elog "nanoblogger (with the -b switch), you can set a default value in your" - elog "~/.nb.conf. For example:" - elog ' BLOG_DIR="$HOME/public_html/blog"' - elog - elog "If you are upgrading nanoblogger from a previous version, follow" - elog "these directions (as stated in the manual):" - elog " 1. create a new weblog directory using nanoblogger (skip configuration):" - elog " nb [-b blog_dir] -a" - elog " 2. copy old data directry to new weblog:" - elog " cp -r [old_blog_dir]/data [newblog_dir]" - elog " 3. edit new blog.conf to your liking and rebuild weblog:" - elog " nb [-b blog_dir] --configure -u all" - elog - elog "You also should remove your [newblog_dir]/data/cat_1.db and run:" - elog " nb -u all" - elog "after copying your old entries from [oldblog_dir]/data to" - elog "[newblog_dir]/data." - elog -} diff --git a/www-apps/nanoblogger/nanoblogger-3.5_rc1.ebuild b/www-apps/nanoblogger/nanoblogger-3.5_rc1.ebuild deleted file mode 100644 index 1356e0e70101..000000000000 --- a/www-apps/nanoblogger/nanoblogger-3.5_rc1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit bash-completion-r1 - -MY_P="${P/_/-}" -DESCRIPTION="Small and simple weblog engine written in Bash for the command-line" -HOMEPAGE="http://nanoblogger.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~x86" -IUSE="" - -RDEPEND="app-shells/bash" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - sed -i \ - -e 's|^\(NB_BASE_DIR=\).*$|\1"/usr/share/nanoblogger"|' \ - -e 's|^\(NB_CFG_DIR=\).*$|\1"/etc"|' \ - -e "s|\$NB_BASE_DIR.*\(nano.*html\)|/usr/share/doc/${PF}/html/\1|" \ - nb || die "sed nb failed" -} - -src_install() { - dobin nb - insinto /usr/share/nanoblogger - doins -r default moods plugins lib lang docs welcome-to-nb.txt - insinto /etc - doins nb.conf - dodoc ChangeLog - dohtml docs/nanoblogger.html - dobashcomp "${FILESDIR}"/nb.bashcomp -} - -pkg_postinst() { - elog - elog "Documentation for getting started with nanoblogger may be found at" - elog "/usr/share/doc/${PF}/html/nanoblogger.html or by running 'nb --manual;." - elog - elog "To create and configure a new weblog, run the following as your user:" - elog " nb -b /some/dir -a" - elog "where /some/dir is a directory that DOES NOT exist." - elog - elog "To prevent having to specify your blog directory every time you use" - elog "nanoblogger (with the -b switch), you can set a default value in your" - elog "~/.nb.conf. For example:" - elog ' BLOG_DIR="$HOME/public_html/blog"' - elog - elog "If you are upgrading nanoblogger from a previous version, follow" - elog "these directions (as stated in the manual):" - elog " 1. create a new weblog directory using nanoblogger (skip configuration):" - elog " nb [-b blog_dir] -a" - elog " 2. copy old data directry to new weblog:" - elog " cp -r [old_blog_dir]/data [newblog_dir]" - elog " 3. edit new blog.conf to your liking and rebuild weblog:" - elog " nb [-b blog_dir] --configure -u all" - elog - elog "You also should remove your [newblog_dir]/data/cat_1.db and run:" - elog " nb -u all" - elog "after copying your old entries from [oldblog_dir]/data to" - elog "[newblog_dir]/data." - elog -} |