diff options
author | 2015-04-20 19:37:39 +0000 | |
---|---|---|
committer | 2015-04-20 19:37:39 +0000 | |
commit | 9c369e0285b60a5b047d20239788d9756dbe6d39 (patch) | |
tree | 0a4bce00c3b704f6f35d104ad21113d595be31f8 /app-i18n | |
parent | Remove old. (diff) | |
download | gentoo-2-9c369e0285b60a5b047d20239788d9756dbe6d39.tar.gz gentoo-2-9c369e0285b60a5b047d20239788d9756dbe6d39.tar.bz2 gentoo-2-9c369e0285b60a5b047d20239788d9756dbe6d39.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-wijesekera/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild | 30 |
2 files changed, 5 insertions, 32 deletions
diff --git a/app-i18n/scim-wijesekera/ChangeLog b/app-i18n/scim-wijesekera/ChangeLog index 39fa8a149cb6..6c024e584c42 100644 --- a/app-i18n/scim-wijesekera/ChangeLog +++ b/app-i18n/scim-wijesekera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/scim-wijesekera -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.5 2012/10/02 02:12:59 naota Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.6 2015/04/20 19:37:39 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -scim-wijesekera-0.3.3.ebuild: + Remove old. 02 Oct 2012; <naota@gentoo.org> scim-wijesekera-0.3.3-r1.ebuild, scim-wijesekera-0.3.3.ebuild: diff --git a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild deleted file mode 100644 index 443b64cce700..000000000000 --- a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.4 2012/10/02 02:12:59 naota Exp $ - -EAPI=2 - -inherit autotools - -DESCRIPTION="Wijesekara keyboard for Sinhala input using scim" -HOMEPAGE="http://sinhala.sourceforge.net/" -SRC_URI="http://sinhala.sourceforge.net/files/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=app-i18n/scim-0.99.8[-gtk3]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog NEWS README -} |