diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-14 11:24:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-14 11:24:29 +0000 |
commit | d1a9129a306a07ade4ca50287345f4e950d308df (patch) | |
tree | acc607f33f9ce5be078bb1511243fb342ebac1e5 /packages/libw100 | |
parent | fef583edb268e564d3c4d07d50adb609b3b9ce59 (diff) |
gaim/libw100/vincent: take care of svn.sf.net name change. Properly closes 2641.
* libw100 and vincent. rename svn.sourceforge.net host to $project.svn.sf.net
* drop gaim svn bb file. Project renamed to pidgin. host and thus source inaccesible.
Diffstat (limited to 'packages/libw100')
-rw-r--r-- | packages/libw100/libw100_0.0.2.bb | 2 | ||||
-rw-r--r-- | packages/libw100/libw100_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/libw100/libw100_0.0.2.bb b/packages/libw100/libw100_0.0.2.bb index f8d8e032d0..f2117cb0a7 100644 --- a/packages/libw100/libw100_0.0.2.bb +++ b/packages/libw100/libw100_0.0.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" LICENSE = "GPLv2" -SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100/tags;module=rev_0_0_2;proto=https" +SRC_URI = "svn://libw100.svn.sf.net/svnroot/libw100/tags;module=rev_0_0_2;proto=https" S = "${WORKDIR}/rev_0_0_2" diff --git a/packages/libw100/libw100_svn.bb b/packages/libw100/libw100_svn.bb index 46feef7c03..930582d27f 100644 --- a/packages/libw100/libw100_svn.bb +++ b/packages/libw100/libw100_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" LICENSE = "GPLv2" PV = "0.0.2+svn${SRCDATE}" -SRC_URI = "svn://svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https" +SRC_URI = "svn://libw100.svn.sf.net/svnroot/libw100;module=trunk;proto=https" DEFAULT_PREFERENCE = "-1" |