diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-01 10:29:43 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-01 10:29:43 +0200 |
commit | 6b288fa3036941c0ede4681775d3f1b5ef27075a (patch) | |
tree | 11e78dd8e1d616312c5d969af8cc12e430e770ee | |
parent | bb98778b70b05df2e9a749b874e455c83b4f2009 (diff) |
libtorrent: removed old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.0.bb | 19 | ||||
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.3.bb | 19 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.0.bb | 14 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.3.bb | 14 |
4 files changed, 0 insertions, 66 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.0.bb b/recipes/libtorrent/libtorrent_0.12.0.bb deleted file mode 100644 index 6324d8fc0d..0000000000 --- a/recipes/libtorrent/libtorrent_0.12.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "library implementing the bittorrent protocol" -HOMEPAGE = "http://libtorrent.rakshasa.no" -SECTION = "libs/network" -LICENSE = "GPL" -DEPENDS = "libsigc++-2.0 openssl" - -SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--enable-aligned" - -do_stage() { - autotools_stage_all -} - - -SRC_URI[md5sum] = "76c818b095248ea9e4b140fff4e2fa2a" -SRC_URI[sha256sum] = "3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3" diff --git a/recipes/libtorrent/libtorrent_0.12.3.bb b/recipes/libtorrent/libtorrent_0.12.3.bb deleted file mode 100644 index f9bfe60290..0000000000 --- a/recipes/libtorrent/libtorrent_0.12.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "library implementing the bittorrent protocol" -HOMEPAGE = "http://libtorrent.rakshasa.no" -SECTION = "libs/network" -LICENSE = "GPL" -DEPENDS = "libsigc++-2.0 openssl" - -SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--enable-aligned" - -do_stage() { - autotools_stage_all -} - - -SRC_URI[md5sum] = "db7c7a2236c2f6af5e02cf3e9384eb67" -SRC_URI[sha256sum] = "6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7" diff --git a/recipes/libtorrent/rtorrent_0.8.0.bb b/recipes/libtorrent/rtorrent_0.8.0.bb deleted file mode 100644 index 0f81bc31f3..0000000000 --- a/recipes/libtorrent/rtorrent_0.8.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Console bittorrent client using libtorrent" -HOMEPAGE = "http://libtorrent.rakshasa.no" -SECTION = "libs/network" -LICENSE = "GPL" -DEPENDS = "libtorrent curl ncurses gnutls libgpg-error" - -SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \ - file://autoconf-cross-fix.patch" - -inherit autotools - - -SRC_URI[md5sum] = "6216be7ce5e3ead9dc115eaeea863694" -SRC_URI[sha256sum] = "597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7" diff --git a/recipes/libtorrent/rtorrent_0.8.3.bb b/recipes/libtorrent/rtorrent_0.8.3.bb deleted file mode 100644 index 66d69afcf5..0000000000 --- a/recipes/libtorrent/rtorrent_0.8.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Console bittorrent client using libtorrent" -HOMEPAGE = "http://libtorrent.rakshasa.no" -SECTION = "libs/network" -LICENSE = "GPL" -DEPENDS = "libtorrent curl ncurses gnutls libgpg-error" - -SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \ - file://autoconf-cross-fix.patch" - -inherit autotools - - -SRC_URI[md5sum] = "d1b43acf08e371a56915293bbcf584c6" -SRC_URI[sha256sum] = "554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908" |