summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/blazeblogger/ChangeLog5
-rw-r--r--www-apps/blazeblogger/blazeblogger-1.1.0.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/www-apps/blazeblogger/ChangeLog b/www-apps/blazeblogger/ChangeLog
index 53aea420d9d8..56596f2ca272 100644
--- a/www-apps/blazeblogger/ChangeLog
+++ b/www-apps/blazeblogger/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/blazeblogger
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/blazeblogger/ChangeLog,v 1.2 2012/05/29 21:16:35 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blazeblogger/ChangeLog,v 1.3 2012/06/22 05:57:16 xmw Exp $
+
+ 22 Jun 2012; Michael Weber <xmw@gentoo.org> -blazeblogger-1.1.0.ebuild:
+ drop old.
*blazeblogger-1.2.0 (29 May 2012)
diff --git a/www-apps/blazeblogger/blazeblogger-1.1.0.ebuild b/www-apps/blazeblogger/blazeblogger-1.1.0.ebuild
deleted file mode 100644
index 4aa13cfe22f7..000000000000
--- a/www-apps/blazeblogger/blazeblogger-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/blazeblogger/blazeblogger-1.1.0.ebuild,v 1.1 2010/10/14 01:01:41 xmw Exp $
-
-inherit bash-completion
-
-DESCRIPTION="a simple-to-use but capable CMS for the command line, producing static content"
-HOMEPAGE="http://blaze.blackened.cz/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="FDL-1.3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake prefix="${D}/usr" install
-
- if use bash-completion ; then
- dobashcompletion unix/bash_completion/${PN}
- fi
-}