diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 12:41:40 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 12:41:40 +0200 |
commit | d4648b5ddcef8ee497b6324dc68f9eadf2d63341 (patch) | |
tree | 15639be65eccc39bc821f67fd6b89366aabaad87 /sci-misc | |
parent | Drop unnecessary die from doins (diff) | |
download | sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.tar.gz sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.tar.bz2 sci-d4648b5ddcef8ee497b6324dc68f9eadf2d63341.zip |
Drop unnecessary "." in DESCRIPTIONS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/openfst/openfst-1.3.4.ebuild | 2 | ||||
-rw-r--r-- | sci-misc/openfst/openfst-1.4.1.ebuild | 2 | ||||
-rw-r--r-- | sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild index 00c5e6b26..fa1cf9fcb 100644 --- a/sci-misc/openfst/openfst-1.3.4.ebuild +++ b/sci-misc/openfst/openfst-1.3.4.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic multilib -DESCRIPTION="Finite State Transducer tools by Google et al." +DESCRIPTION="Finite State Transducer tools by Google et al" HOMEPAGE="http://www.openfst.org" SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild index bf31f4feb..499404403 100644 --- a/sci-misc/openfst/openfst-1.4.1.ebuild +++ b/sci-misc/openfst/openfst-1.4.1.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils -DESCRIPTION="Finite State Transducer tools by Google et al." +DESCRIPTION="Finite State Transducer tools by Google et al" HOMEPAGE="http://www.openfst.org" SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild index 65364d122..8d001e296 100644 --- a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild +++ b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild @@ -11,7 +11,7 @@ inherit eutils java-pkg-2 java-ant-2 MY_PN="maxent" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Maximum entropy model implementation for opennlp." +DESCRIPTION="Maximum entropy model implementation for opennlp" HOMEPAGE="http://maxent.sf.net/" SRC_URI="mirror://sourceforge/maxent/${MY_P}.tgz" |