summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/msgpack/msgpack-0.4.0.ebuild')
-rw-r--r--dev-libs/msgpack/msgpack-0.4.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-libs/msgpack/msgpack-0.4.0.ebuild b/dev-libs/msgpack/msgpack-0.4.0.ebuild
deleted file mode 100644
index d5a5629..0000000
--- a/dev-libs/msgpack/msgpack-0.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="MessagePack is a binary-based efficient data interchange format"
-HOMEPAGE="http://msgpack.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/45459/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}