diff options
-rw-r--r-- | dev-util/bbe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/bbe/bbe-0.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/bbe/ChangeLog b/dev-util/bbe/ChangeLog index 0936c35801eb..634f115024ae 100644 --- a/dev-util/bbe/ChangeLog +++ b/dev-util/bbe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bbe -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.8 2013/06/30 18:17:32 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/ChangeLog,v 1.9 2014/08/10 21:25:12 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> bbe-0.2.2.ebuild: + QA: drop trailing '.' from DESCRIPTION 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> bbe-0.2.2.ebuild: Stable for x86, wrt bug #472580 diff --git a/dev-util/bbe/bbe-0.2.2.ebuild b/dev-util/bbe/bbe-0.2.2.ebuild index f657a3fd8eb1..bcb5ca25a4a4 100644 --- a/dev-util/bbe/bbe-0.2.2.ebuild +++ b/dev-util/bbe/bbe-0.2.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.8 2013/06/30 18:17:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.9 2014/08/10 21:25:12 slyfox Exp $ EAPI=5 inherit autotools -DESCRIPTION="Sed-like editor for binary files." +DESCRIPTION="Sed-like editor for binary files" HOMEPAGE="http://sourceforge.net/projects/bbe-/" SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz" |