diff options
-rw-r--r-- | app-pda/orange/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/orange/orange-0.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index 31e878d8cfc0..5f941d26719f 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/orange -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.19 2012/06/15 09:08:58 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.20 2014/08/10 18:20:17 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> orange-0.4.ebuild: + QA: drop trailing '.' from DESCRIPTION 15 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> orange-0.4.ebuild: Switch from obsolete dev-libs/libsynce to app-pda/synce-core. @@ -66,4 +69,3 @@ orange-0.2.ebuild: Initial import. Closes #2882. Thanks to Gustavo Felisberto <gustavo@felisberto.net> - diff --git a/app-pda/orange/orange-0.4.ebuild b/app-pda/orange/orange-0.4.ebuild index 2b8609dc0fd6..149dde04bca2 100644 --- a/app-pda/orange/orange-0.4.ebuild +++ b/app-pda/orange/orange-0.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.7 2012/06/15 09:08:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.4.ebuild,v 1.8 2014/08/10 18:20:17 slyfox Exp $ EAPI=4 MY_P=lib${P} -DESCRIPTION="A tool and library for extracting cabs from executable installers." +DESCRIPTION="A tool and library for extracting cabs from executable installers" HOMEPAGE="http://sourceforge.net/projects/synce/" SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" |